Skip to content

Commit bf3bfca

Browse files
committed
update deploy workflow
1 parent b9c137f commit bf3bfca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
needs: docker-build-push
3535
steps:
3636
- name: Deploy via SSH to EC2
37-
uses: appleboy.ssh-action@v1.2.0
37+
uses: appleboy/ssh-action@v1.2.0
3838
with:
3939
host: ${{ secrets.EC2_HOST }}
4040
username: ubuntu
4141
key: ${{ secrets.SSH_PRIVATE_KEY_EC2 }}
42-
scrpit: |
42+
script: |
4343
docker compose pull
4444
docker compose up -d --forse-recreate

0 commit comments

Comments
 (0)