Skip to content

Commit

Permalink
Update deploy-on-master-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherbaier authored Mar 19, 2024
1 parent bd6c0b9 commit 082cd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-on-master-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy on Master Push
name: Deploy on Master Push v2

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Setting up SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_aws.pem
echo "${{ secrets.AWS_KEY }}" > ~/.ssh/id_aws.pem
chmod 600 ~/.ssh/id_aws.pem
ssh-keyscan -H ec2-34-224-89-239.compute-1.amazonaws.com >> ~/.ssh/known_hosts
Expand Down

0 comments on commit 082cd66

Please sign in to comment.