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 8127274 commit 23587e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
HOSTNAME : ${{ secrets.HOST_DNS }}
USER_NAME : ${{ secrets.USERNAME }}
run: |
echo "$PRIVATE_KEY" > video-key && chmod 600 private_key
echo "$SSH_KEY" > video-key && chmod 600 video-key
ssh -o StrictHostKeyChecking=no -i video-key ${USERNAME}@${HOST_NAME} '

0 comments on commit 23587e9

Please sign in to comment.