Skip to content

Commit

Permalink
Update backend-ec2-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Haroun Alarabi <[email protected]>
  • Loading branch information
HarounAlarabi authored Feb 4, 2024
1 parent fd789d8 commit 5d1268a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
run: |
echo "$PRIVATE_KEY" > video-key && chmod 600 video-key
ssh -o StrictHostKeyChecking=no -i video-key -vvv ${USERNAME}@${HOST_NAME} bash sync.sh
ssh -i "video-key.pem" [email protected]

0 comments on commit 5d1268a

Please sign in to comment.