Merge pull request #29 from SCS-ASSE-FS21-Group1/dev

fixes
This commit is contained in:
Marcel 2021-10-17 16:32:06 +02:00 committed by GitHub
commit 009e4b219d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,4 +97,4 @@ jobs:
touch acme.json touch acme.json
sudo chmod 0600 acme.json sudo chmod 0600 acme.json
sudo echo "PUB_IP=$(wget -qO- http://ipecho.net/plain | xargs echo)" | sed -e 's/\./-/g' > .env sudo echo "PUB_IP=$(wget -qO- http://ipecho.net/plain | xargs echo)" | sed -e 's/\./-/g' > .env
sudo docker-compose up -d sudo docker-compose up -d --force-recreate