Skip to content

Commit

Permalink
typo fix in other steps
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Sep 24, 2024
1 parent 7bfbef3 commit 845b0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
run: npm run build

- name: Decode SSH Key
run: echo "${{ secrets.EC2_SSH_KEY }}" | base64 --decode > my-wesite-server.pem
run: echo "${{ secrets.EC2_SSH_KEY }}" | base64 --decode > my-website-server.pem

- name: Set permissions
run: chmod 600 my-website-server.pem

- name: Debug PEM file content
run: cat my-wesite-server.pem
run: cat my-website-server.pem

- name: Check if PEM file exists
run: |
Expand Down

0 comments on commit 845b0f4

Please sign in to comment.