Skip to content

Commit

Permalink
Fix SSH key permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Apr 24, 2024
1 parent c926d0f commit 62001cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push-api.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Set up deployment environment
run: |
echo "$DOKKU_DEPLOY_KEY" > ~/.ssh/ssh-deploy
chmod 400 ~/.ssh/ssh-deploy
echo 'Host wikijump.dev' >> ~/.ssh/config
echo ' HostName wikijump.dev' >> ~/.ssh/config
echo ' User linuxuser' >> ~/.ssh/config
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push-web.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Set up deployment environment
run: |
echo "$DOKKU_DEPLOY_KEY" > ~/.ssh/ssh-deploy
chmod 400 ~/.ssh/ssh-deploy
echo 'Host wikijump.dev' >> ~/.ssh/config
echo ' HostName wikijump.dev' >> ~/.ssh/config
echo ' User linuxuser' >> ~/.ssh/config
Expand Down

0 comments on commit 62001cc

Please sign in to comment.