You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any possibility to specify the AWS region and Stage on "serverless deploy" command?
Simulating the command: "sls deploy -r eu-west-1 -s dev"
Something like:
with:
args: deploy --r {{github.event.input.region}} --s {{github.event.input.stage}}
The text was updated successfully, but these errors were encountered:
Is there any possibility to specify the AWS region and Stage on "serverless deploy" command?
Simulating the command: "sls deploy -r eu-west-1 -s dev"
Something like:
with:
args: deploy --r {{github.event.input.region}} --s {{github.event.input.stage}}
The text was updated successfully, but these errors were encountered: