Skip to content

Commit

Permalink
Call website deployment to deploy the website
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Aug 20, 2024
1 parent 616011d commit 068a851
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 @@ -28,5 +28,5 @@ jobs:
mkdir -p .ssh
echo '${{ secrets.DIGITAL_OCEAN_PLAYTECHNIQUE }}' > ".ssh/digital-ocean-playtechnique"
chmod 600 ".ssh/digital-ocean-playtechnique"
ansible-playbook -vvv install-upgrade-docker.yaml -i inventory.yaml -e "ssl_private_key=${{ secrets.SSL_PRIVATE_KEY }}" \
ansible-playbook -vvv website-deployment.yaml -i inventory.yaml -e "ssl_private_key=${{ secrets.SSL_PRIVATE_KEY }}" \
-e "ssl_certificate=${{ secrets.SSL_CERTIFICATE }}" -e "ansible_user=playtechnique" --private-key .ssh/digital-ocean-playtechnique

0 comments on commit 068a851

Please sign in to comment.