Skip to content

Commit 27f4e45

Browse files
committed
'add workflow file'
1 parent b610c73 commit 27f4e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-build-ec2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Docker Build on EC2 Instance
55
on:
66
push:
77
branches:
8-
- main
8+
- test/masks
99

1010
jobs:
1111
build:
@@ -18,7 +18,7 @@ jobs:
1818
uses: appleboy/ssh-action@master
1919
with:
2020
command_timeout: "60m"
21-
host: 44.193.196.24
21+
host: 34.200.234.187
2222
username: ubuntu # Usually 'ubuntu' or 'ec2-user'
2323

2424
key: ${{ secrets.SSH_PRIVATE_KEY }}
@@ -30,7 +30,7 @@ jobs:
3030
rm -rf SoM || true
3131
git clone https://github.com/OpenAdaptAI/SoM
3232
cd SoM
33-
git checkout main
33+
git checkout test/masks
3434
git pull
3535
3636
# Stop and remove existing container if it's running

0 commit comments

Comments
 (0)