There was an error while loading. Please reload this page.
1 parent 414f71a commit 9b99885Copy full SHA for 9b99885
1 file changed
.github/deploybot.yaml
@@ -5,6 +5,9 @@ deployments:
5
on_push: true
6
7
- name: staging
8
+ # auto-deploy staging from the staging branch, when tests pass
9
+ on_push: true
10
+ on_push_branch: staging
11
12
- name: production
13
# require manual deploy
0 commit comments