Skip to content

Commit

Permalink
Merge branch 'staging' into gha-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill authored Apr 2, 2024
2 parents ae5e06f + 1f06dec commit 4043e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
ssh-private-key: ${{ secrets.STAGING_EC2_SSH_PRIVATE_KEY }}

- name: SSH and Deploy to EC2

run: |
ssh -o StrictHostKeyChecking=no ec2-user@3.108.64.73 << 'EOF'
docker kill $(docker ps -q)
Expand Down

0 comments on commit 4043e18

Please sign in to comment.