Use deploy URL

This commit is contained in:
Oliver Davies 2019-05-09 19:55:29 +01:00
parent 37e5c3ccb9
commit 039885f1b7

View file

@ -3,7 +3,7 @@ command = """
composer lint -- --dry-run
yarn lint --fix-dry-run
composer test
composer prod
composer prod -- --url ${DEPLOY_URL}
yarn prod
cp -R source/dist output_prod
"""