We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b610c73 commit 27f4e45Copy full SHA for 27f4e45
.github/workflows/docker-build-ec2.yml
@@ -5,7 +5,7 @@ name: Docker Build on EC2 Instance
5
on:
6
push:
7
branches:
8
- - main
+ - test/masks
9
10
jobs:
11
build:
@@ -18,7 +18,7 @@ jobs:
18
uses: appleboy/ssh-action@master
19
with:
20
command_timeout: "60m"
21
- host: 44.193.196.24
+ host: 34.200.234.187
22
username: ubuntu # Usually 'ubuntu' or 'ec2-user'
23
24
key: ${{ secrets.SSH_PRIVATE_KEY }}
@@ -30,7 +30,7 @@ jobs:
30
rm -rf SoM || true
31
git clone https://github.com/OpenAdaptAI/SoM
32
cd SoM
33
- git checkout main
+ git checkout test/masks
34
git pull
35
36
# Stop and remove existing container if it's running
0 commit comments