webiny-js
webiny-js copied to clipboard
Infrastructure only applications
Is your feature request related to a problem? Please describe.
The deploy command requires something to be built to be able to run, unless we use the --no-build flag, which is great, but it would be nice to not have to remember for infra only apps to use the flag when deploying.
Describe the solution you'd like.
A default deployment config option could be set per application folder so that if an application is configured as 'infra only', it skips the build step when running the deploy command.
Describe alternatives you've considered.
I have configured a basic hello worlds ts app in the code folder so that the deploy build step has something to work with so it still runs if I forget the flag, which works, but it's doing totally redundant work!
This issue is stale because it was opened 120 days with no activity. Remove the "stale-issue" label or leave a comment to revive the issue. Otherwise, it will be closed in 7 days.
Note to self: document this as this is now possible.