Skip to content

Commit

Permalink
fix:change typo at temp-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrvc committed May 9, 2024
1 parent 51b8c68 commit 5b6a179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/temp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "$SSH_KEY" > ~/.ssh/staging_key
chmod 600 ~/.ssh/staging_key
env:
SSH_KEY: ${{ secrets.SSH_KEY_PRE }}
SSH_KEY: ${{ secrets.SSH_KEY}}

- name: Copy files to server
# Updating stack files on remote server from the infrastructure/stack folder
Expand Down

0 comments on commit 5b6a179

Please sign in to comment.