webiny-js icon indicating copy to clipboard operation
webiny-js copied to clipboard

Infrastructure only applications

Open jimjoes opened this issue 3 years ago • 2 comments

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!

jimjoes avatar Mar 31 '22 08:03 jimjoes

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.

webiny-bot avatar Jul 30 '22 07:07 webiny-bot

Note to self: document this as this is now possible.

Pavel910 avatar Jul 30 '22 12:07 Pavel910