Skip to content

Commit

Permalink
removing debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Sep 24, 2024
1 parent 845b0f4 commit 421794f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
- name: Set permissions
run: chmod 600 my-website-server.pem

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

- name: Check if PEM file exists
run: |
ls -l
- name: Copy files to EC2 using SCP
run: |
scp -i my-website-server.pem -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r build/* ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }}:/var/www/html/
Expand Down

0 comments on commit 421794f

Please sign in to comment.