Add API_URL to deploy_dev.sh

This commit is contained in:
Aarni Halinen
2018-08-21 23:14:27 +03:00
parent 77be1a190c
commit ea5a27e4c7
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ pushd deployment-frontend
docker-compose down
docker pull "$1"
docker-compose up -d
API_URL=http://web.sik.party:8000/api docker-compose up -d
popd