Closed GrantBirki closed 1 year ago
.help
This help message was automatically generated based on the inputs provided to this Action.
.help
- Show this help message.deploy
- Deploy this branch to the production
environment.deploy main
- Rollback the production
environment to the main
branch.deploy noop
- Deploy this branch to the production
environment in noop mode.lock
- Obtain the deployment lock (will persist until the lock is released).lock --reason <text>
- Obtain the deployment lock with a reason (will persist until the lock is released).unlock
- Release the deployment lock (if one exists).lock --info
- Show information about the current deployment lock (if one exists).wcid
- Alias for .lock --info
These are the available environments for this Action as defined by the inputs provided to this Action.
Note: Just because an environment is listed here does not mean it is available for deployment
production
- The default environment for this Actionproduction
- The environment that is considered "production"production,development,staging
- The list of environments that can be targeted for deploymentThe following set of examples use this Action's inputs to show you how to use the commands.
.deploy
- Deploy this branch to the production
environment.deploy main
- Rollback the production
environment to the main
branch.deploy noop
- Deploy this branch to the production
environment in noop mode.deploy to <production|development,staging>
- Deploy this branch to the specified environment (note: the to
keyword is optional)The following configuration options have been defined for this Action:
reaction: eyes
- The GitHub reaction icon to add to the deployment comment when a deployment is triggeredupdate_branch: warn
- This Action will warn if the branch is out of date with the base branchrequired_contexts: false
- There are no designated required contexts for this Action (default and suggested)allowForks: true
- This Action will not run on forked repositoriesprefixOnly: true
- This Action will run if the comment contains the trigger anywhere in the comment bodyskipCi:
- This Action will require passing CI for all environmentsskipReviews:
- This Action will require passing reviews for all environmentsadmins: grantbirki
- This Action will allow the listed admins to bypass pull request reviews before deploymentView the full usage guide here for additional help
.help
This help message was automatically generated based on the inputs provided to this Action.
.help
- Show this help message.deploy
- Deploy this branch to the production
environment.deploy main
- Rollback the production
environment to the main
branch.deploy noop
- Deploy this branch to the production
environment in noop mode.lock
- Obtain the deployment lock (will persist until the lock is released).lock --reason <text>
- Obtain the deployment lock with a reason (will persist until the lock is released).unlock
- Release the deployment lock (if one exists).lock --info
- Show information about the current deployment lock (if one exists).wcid
- Alias for .lock --info
These are the available environments for this Action as defined by the inputs provided to this Action.
Note: Just because an environment is listed here does not mean it is available for deployment
production
- The default environment for this Actionproduction
- The environment that is considered "production"production,development,staging
- The list of environments that can be targeted for deploymentThe following set of examples use this Action's inputs to show you how to use the commands.
.deploy
- Deploy this branch to the production
environment.deploy main
- Rollback the production
environment to the main
branch.deploy noop
- Deploy this branch to the production
environment in noop mode.deploy to <production|development,staging>
- Deploy this branch to the specified environment (note: the to
keyword is optional)The following configuration options have been defined for this Action:
reaction: eyes
- The GitHub reaction icon to add to the deployment comment when a deployment is triggeredupdate_branch: warn
- This Action will warn if the branch is out of date with the base branchrequired_contexts: false
- There are no designated required contexts for this Action (default and suggested)allowForks: true
- This Action will not run on forked repositoriesprefixOnly: true
- This Action will run if the comment contains the trigger anywhere in the comment bodyskipCi: false
- This Action will require passing CI for all environmentsskipReviews: false
- This Action will require passing reviews for all environmentsadmins: grantbirki
- This Action will allow the listed admins to bypass pull request reviews before deploymentView the full usage guide here for additional help
.help