Skip to content

Commit

Permalink
(from VSCode tasks command[merge-and-push(main)].)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swallow2022 committed Nov 17, 2023
1 parent 41ecb5f commit b266b28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:

- name: Set-up ssh config-file
run: >
echo "Host aws">~/.ssh/config;\
echo " HostName ${{secrets.DEPLOY_HOST}}">~/.ssh/config;\
echo " User ${{secrets.SSH_USER}}">~/.ssh/config;\
echo " IdentityFile ~/.ssh/aws.pem">~/.ssh/config;\
echo " StrictHostKeyChecking no">~/.ssh/config;\
echo "Host aws">~/.ssh/config;
echo " HostName ${{secrets.DEPLOY_HOST}}">~/.ssh/config;
echo " User ${{secrets.SSH_USER}}">~/.ssh/config;
echo " IdentityFile ~/.ssh/aws.pem">~/.ssh/config;
echo " StrictHostKeyChecking no">~/.ssh/config;
- name: Permission fix config-file
run: chmod 600 ~/.ssh/config
Expand Down

0 comments on commit b266b28

Please sign in to comment.