Skip to content

Commit 4154cc3

Browse files
committed
fix: final working deploy via ssh
1 parent 185f084 commit 4154cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
username: ${{ secrets.EC2_USER }}
2626
key: ${{ secrets.EC2_KEY }}
2727
script: |
28-
cd ~/app
29-
docker compose down
30-
docker compose up -d --build
28+
cd /home/ubuntu/app
29+
chmod +x deploy.sh
30+
./deploy.sh

0 commit comments

Comments
 (0)