Skip to content

Commit

Permalink
syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Sep 24, 2024
1 parent b25a45e commit f18db28
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ jobs:
- name: Build the app
run: npm run build

steps:
- name: Print Secrets
run: |
echo "EC2 Host: ${{ secrets.EC2_HOST }}"
echo "EC2 User: ${{ secrets.EC2_USER }}"
echo "EC2 SSH Key: |"
echo "${{ secrets.EC2_SSH_KEY }}"
echo "This is just for debugging purposes. Make sure to remove it later."
env:
EC2_SSH_KEY: ${{ secrets.EC2_SSH_KEY }}
- name: Print Secrets
run: |
echo "EC2 Host: ${{ secrets.EC2_HOST }}"
echo "EC2 User: ${{ secrets.EC2_USER }}"
echo "EC2 SSH Key: |"
echo "${{ secrets.EC2_SSH_KEY }}"
echo "This is just for debugging purposes. Make sure to remove it later."
env:
EC2_SSH_KEY: ${{ secrets.EC2_SSH_KEY }}

- name: Copy files to EC2
uses: appleboy/[email protected]
Expand Down

0 comments on commit f18db28

Please sign in to comment.