Revert "Use deploy URL"

This reverts commit 039885f1b7.
This commit is contained in:
Oliver Davies 2019-05-09 19:57:07 +01:00
parent 039885f1b7
commit c36476cd89

View file

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