Skip to content

Commit

Permalink
Fix ssh secret name: it was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Aug 20, 2024
1 parent 71f576f commit 5df4b48
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 @@ -18,7 +18,7 @@ jobs:
run: |
cd ansible
mkdir -p .ssh
echo '${{ secrets.DIGITAL_OCEAN_ROOT }}' >> ".ssh/digital-ocean-root"
echo '${{ secrets.DIGITAL_OCEAN_ROOT_SSH }}' >> ".ssh/digital-ocean-root"
chmod 600 ".ssh/digital-ocean-root"
ansible-playbook install-upgrade-docker.yaml -i inventory.yaml -e "ansible_user=root" --private-key ".ssh/digital-ocean-root"
Expand Down

0 comments on commit 5df4b48

Please sign in to comment.