Skip to content

Commit

Permalink
Merge pull request #11 from deigil/dei
Browse files Browse the repository at this point in the history
Dei
  • Loading branch information
karson94 authored Apr 16, 2024
2 parents 86494d9 + 9842def commit 17ae691
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
uses: actions/checkout@v2

- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.3
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Deploy to EC2
run: |
# Example deployment command (replace with your deployment script)
ssh -i $HOME/.ssh/id_rsa ubuntu@${{ secrets.ELASTIC_IP }} "cd /home/ubuntu/djangobackend && ./checks.sh"

0 comments on commit 17ae691

Please sign in to comment.