Use deploy URL
This commit is contained in:
parent
37e5c3ccb9
commit
039885f1b7
|
@ -3,7 +3,7 @@ command = """
|
||||||
composer lint -- --dry-run
|
composer lint -- --dry-run
|
||||||
yarn lint --fix-dry-run
|
yarn lint --fix-dry-run
|
||||||
composer test
|
composer test
|
||||||
composer prod
|
composer prod -- --url ${DEPLOY_URL}
|
||||||
yarn prod
|
yarn prod
|
||||||
cp -R source/dist output_prod
|
cp -R source/dist output_prod
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue