This commit is contained in:
2021-12-19 18:59:31 +01:00
parent 2d91ef6330
commit 6391b007eb
4 changed files with 195 additions and 183 deletions

View File

@@ -111,5 +111,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