Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rgruesbeck/d266d3e66d61f5bd1d0d141525e95228 to your computer and use it in GitHub Desktop.
Save rgruesbeck/d266d3e66d61f5bd1d0d141525e95228 to your computer and use it in GitHub Desktop.
phaser3 deploy.json
{
"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