awslabs / amazon-app-runner-deploy

Registers an AWS AppRunner Service and deploys the application using the source code of a given GitHub repository. Supports both source code and Docker image based service
MIT No Attribution
49 stars 32 forks source link

Add support for StartDeployment Command #27

Open luisgj opened 1 year ago

luisgj commented 1 year ago

Currently the action creates or updates the service accordingly. If support is added for a flag that jsut calls a StartDeployment for the use-cases where a user may not want to update any configuration and jiust trigger a new version of their code/image.

dmmsou commented 1 year ago

Until support for start-deployment is added I am having to do this. Hope it helps someone and I hope they add this feature soon.

`

`

rshekhtm commented 1 year ago

+1 to this, especially since this action doesn't seem to support VPCs so there's a need to be able to just kick off an existing service. The solution by @dmmsou is a great workaround in the mean time - kudos!