This commit is contained in:
2021-12-21 15:30:33 +01:00
parent 0eb21d2083
commit 56788d7150
17 changed files with 66 additions and 42 deletions

View File

@@ -107,5 +107,6 @@ jobs:
cd /home/${{ secrets.SSH_USER }}/
touch acme.json
sudo chmod 0600 acme.json
sudo docker-compose down --remove-orphans
sudo echo "PUB_IP=$(wget -qO- http://ipecho.net/plain | xargs echo)" | sed -e 's/\./-/g' > .env
sudo docker-compose up -d --build --force-recreate
sudo docker-compose up -d