Closed GrantBirki closed 1 year ago
GrantBirki, started a branch deployment to sandbox
You can watch the progress here 🔗
Branch:
test
GrantBirki successfully deployed branch test
to sandbox
.deploy
.help
Your pull request is in a draft state
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).lock <environment>
- Obtain the deployment lock for the specified environment (will persist until the lock is released).lock <environment> --reason <text>
- Obtain the deployment lock for the specified environment with a reason (will persist until the lock is released).lock --global
- Obtain a global deployment lock (will persist until the lock is released) - Blocks all environments.lock --global --reason <text>
- Obtain a global deployment lock with a reason (will persist until the lock is released) - Blocks all environments.unlock
- Release the deployment lock (if one exists).unlock <environment>
- Release the deployment lock for the specified environment (if one exists).unlock --global
- Release the global deployment lock (if one exists).lock --details
- Show information about the current deployment lock (if one exists).lock <environment> --details
- Get information about the current deployment lock for the specified environment (if one exists).lock --global --details
- Show information about the current global deployment lock (if one exists).wcid
- Alias for .lock --details
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,sandbox
- 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|sandbox>
- Deploy this branch to the specified environment (note: the to
keyword is optional).lock <production|sandbox>
- Obtain the deployment lock for the specified environment.unlock <production|sandbox>
- Release the deployment lock for the specified environment.lock <production|sandbox> --details
- Get information about the deployment lock for the specified environmentThe 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 repositoriesskipCi: false
- This Action will require passing CI for all environmentsskipReviews: false
- This Action will require passing reviews for all environmentsdraft_permitted_targets: sandbox
- This Action will allow draft pull requests to request deployments to the listed environmentsadmins: grantbirki
- This Action will allow the listed admins to bypass pull request reviews before deploymentpermissions: write,maintain,admin
- The acceptable permissions that this Action will require to runView 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.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).lock <environment>
- Obtain the deployment lock for the specified environment (will persist until the lock is released).lock <environment> --reason <text>
- Obtain the deployment lock for the specified environment with a reason (will persist until the lock is released).lock --global
- Obtain a global deployment lock (will persist until the lock is released) - Blocks all environments.lock --global --reason <text>
- Obtain a global deployment lock with a reason (will persist until the lock is released) - Blocks all environments.unlock
- Release the deployment lock (if one exists).unlock <environment>
- Release the deployment lock for the specified environment (if one exists).unlock --global
- Release the global deployment lock (if one exists).lock --details
- Show information about the current deployment lock (if one exists).lock <environment> --details
- Get information about the current deployment lock for the specified environment (if one exists).lock --global --details
- Show information about the current global deployment lock (if one exists).wcid
- Alias for .lock --details
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,sandbox
- 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.noop
- Deploy this branch to the production
environment in noop mode.deploy to <production|sandbox>
- Deploy this branch to the specified environment (note: the to
keyword is optional).lock <production|sandbox>
- Obtain the deployment lock for the specified environment.unlock <production|sandbox>
- Release the deployment lock for the specified environment.lock <production|sandbox> --details
- Get information about the deployment lock for the specified environmentThe 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 repositoriesskipCi: false
- This Action will require passing CI for all environmentsskipReviews: false
- This Action will require passing reviews for all environmentsdraft_permitted_targets: sandbox
- This Action will allow draft pull requests to request deployments to the listed environmentsadmins: grantbirki
- This Action will allow the listed admins to bypass pull request reviews before deploymentpermissions: write,maintain,admin
- The acceptable permissions that this Action will require to runView the full usage guide here for additional help
.noop
GrantBirki, started a noop deployment to production
You can watch the progress here 🔗
Branch:
test
GrantBirki successfully noop deployed branch test
to production
.deploy noop
No matching environment target found. Please check your command and try again. You can read more about environment targets in the README of this Action.
The following environment targets are available:
production,sandbox
.deploy
GrantBirki, started a branch deployment to production
You can watch the progress here 🔗
Branch:
test
GrantBirki successfully deployed branch test
to production
.wcid
No active production
deployment locks found for the GrantBirki/actions-sandbox
repository
If you need to create a
production
lock, please comment.lock production
.lock production --reason i am testing
You are now the only user that can trigger deployments to the production
environment until the deployment lock is removed
This lock is sticky and will persist until someone runs
.unlock production
.wcid
The deployment lock is currently claimed by GrantBirki
i am testing
test
2023-07-18T12:31:37.158Z
GrantBirki
true
production
The current lock has been active for 0d:0h:0m:13s
If you need to release the lock, please comment
.unlock production
.noop main to production | something1 args=value
GrantBirki, started a noop deployment to production
You can watch the progress here 🔗
Branch:
main
GrantBirki successfully noop deployed branch main
to production
.noop main to sandbox | something1 args=value
GrantBirki, started a noop deployment to sandbox
You can watch the progress here 🔗
Branch:
main
GrantBirki successfully noop deployed branch main
to sandbox
.deploy main to production | something1 args=value
GrantBirki, started a branch deployment to production
You can watch the progress here 🔗
Branch:
main
GrantBirki successfully deployed branch main
to production
.noop main sandbox
GrantBirki, started a noop deployment to sandbox
You can watch the progress here 🔗
Branch:
main
GrantBirki successfully noop deployed branch main
to sandbox
.deploy main sandbox
GrantBirki, started a branch deployment to sandbox
You can watch the progress here 🔗
Branch:
main
GrantBirki successfully deployed branch main
to sandbox
.deploy
.deploy sandbox | jasdf aoisjdfoiajfo23082 240r 924rh
GrantBirki, started a branch deployment to production
You can watch the progress here 🔗
Branch:
test
GrantBirki successfully deployed branch test
to production
GrantBirki, started a branch deployment to sandbox
You can watch the progress here 🔗
Branch:
test
GrantBirki successfully deployed branch test
to sandbox
.deploy to sandbox