Created
May 7, 2019 21:26
-
-
Save rgruesbeck/d266d3e66d61f5bd1d0d141525e95228 to your computer and use it in GitHub Desktop.
phaser3 deploy.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"deploy": { | |
"subdomain": "testphaser.withkoji.com", | |
"frontend": { | |
"output": "dist", | |
"commands": [ | |
"npm install", | |
"export NODE_ENV=production && npm run build" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment