Skip to content

Commit

Permalink
change env. to vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Apr 29, 2024
1 parent 4bd0940 commit 648e5b8
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 @@ -22,8 +22,8 @@ jobs:

- name: Print environment variables
run: |
echo "EC2_SSH_HOST=${{ env.EC2_SSH_HOST }}"
echo "EC2_USER=${{ env.EC2_USER }}"
echo "EC2_SSH_HOST=${{ vars.EC2_SSH_HOST }}"
echo "EC2_USER=${{ vars.EC2_USER }}"
- name: Push new code to EC2
run: |
Expand Down

0 comments on commit 648e5b8

Please sign in to comment.