Skip to content

Commit 32c49eb

Browse files
committed
Deploy docker container to EC2
1 parent 88d40c6 commit 32c49eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ jobs:
6969
7070
Deploy-to-EC2:
7171
runs-on: ubuntu-latest
72+
needs: test-and-package
73+
74+
steps:
7275

7376
- name: Deploy to EC2
74-
if: success()
7577
uses: appleboy/ssh-action@v0.1.5
7678
with:
7779
host: ${{ secrets.EC2_HOST }}

0 commit comments

Comments
 (0)