branch-deploy
branch-deploy copied to clipboard
Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! ⭐️
This pull request updates a single package -> `@octokit/plugin-retry` to `v7.x.x`
Bumps the npm-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.4` |...
### Details I handle infrastructure code (Terraform) in a mono-repo, which necessitates the deployment of numerous projects across various environments from a single repository. I managed to implement a separate...
Bumps the npm-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/rest](https://github.com/octokit/rest.js) | `20.1.1` |...
### Details Is there a possibility to auto deploy an environment after CI and all the checks have passed? I have thought of a way of doing that: In my...
### Details On my team, we would like to enforce that our dev environment is always up to date with main, but other environments such as staging and production don't...
### Details Hello, Is it possible to apply "Approval Gate" when deploying to PRODUCTION environment ? Here is an example of existing 'production' which require reviewers on Github Level :...
# Full ESM Support This issue is a call for help from any and all JavaScript wizards. I have given it my best go (about ~4 times now) to allow...
### Details We're using this action to deploy to dynamic environments, e.g. `https://feature-1234.example.com` where `feature-1234` is the environment name. We use a branch slug to create the env name or...
### Details First of all, we really thank you for this project. It's really one of my favorite GHA related projects. ## The Problem We recently realized that sticky locks...