Auto-deployments
How auto-deployments work
When you add one of your GitHub repositories to our GitHub App, SlashDeploy will start receiving GitHub Push events. This enables SlashDeploy to update its configuration from a
.slashdeploy
file, as well as trigger an auto-deployment for the matching Git ref
.If you would like to skip an automatic deployment, you can do so by adding a special identifier to your Git commit message, either
[cd skip]
or [skip cd]
. For example:
git commit -m "Initial onboarding flow, wip [cd skip]"
Last modified 4yr ago