1
Fork 0

Move production script

This commit is contained in:
Jake Howard 2018-07-23 09:26:26 +01:00
parent f94f0c26a3
commit 00f692cbc9
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ jobs:
chmod +x ~/docker-compose
sudo mv ~/docker-compose /usr/local/bin/docker-compose
- run: docker-compose build
- run: ./production.sh build
- run: ./scripts/production.sh build