Skip to content

Commit

Permalink
remove certbot du script de deploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Apr 13, 2024
1 parent 937f860 commit 4ba06b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/raspberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ jobs:
key: ${{ secrets.RASPBERRY_PI_SSH_KEY }}
passphrase: ${{ secrets.RASPBERRY_PI_SSH_PASSPHRASE }}
script: |
cd Documents/
sudo docker compose run --rm frontend certbot --nginx -d raspberry.khagu-dev.fr -d www.raspberry.khagu-dev.fr
sudo docker compose run --rm frontend certbot renew --dry-run
cd Documents
sudo docker compose up -d

0 comments on commit 4ba06b2

Please sign in to comment.