Skip to content

Commit

Permalink
rediscover the lesson of ssh permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Aug 20, 2024
1 parent 0db9388 commit c6ad30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
cd ansible
mkdir -p .ssh
echo '${{ secrets.DIGITAL_OCEAN_PLAYTECHNIQUE }}' > ".ssh/digital-ocean-playtechnique"
chmod 600 ".ssh/digital-ocean-playtechnique" #to stop the ssh permissions squawking at me
mkdir -p ssl
echo '${{ secrets.PLAYTECHNIQUE_SSL_CRT}}' > 'ssl/private.key'
echo '${{ secrets.PLAYTECHNIQUE_SSL_CRT}}' > 'ssl/playtechnique.crt'
Expand Down

0 comments on commit c6ad30d

Please sign in to comment.