Skip to content

Commit

Permalink
Deploy docker container to EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
2003HARSH committed Nov 10, 2024
1 parent 88d40c6 commit 32c49eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ jobs:
Deploy-to-EC2:
runs-on: ubuntu-latest
needs: test-and-package

steps:

- name: Deploy to EC2
if: success()
uses: appleboy/ssh-action@v0.1.5
with:
host: ${{ secrets.EC2_HOST }}
Expand Down

0 comments on commit 32c49eb

Please sign in to comment.