Skip to content

Commit 9b99885

Browse files
committed
Configure staging branch to auto-deploy staging
* Show ability to customize the branch used for auto-deploys
1 parent 414f71a commit 9b99885

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/deploybot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ deployments:
55
on_push: true
66

77
- name: staging
8+
# auto-deploy staging from the staging branch, when tests pass
9+
on_push: true
10+
on_push_branch: staging
811

912
- name: production
1013
# require manual deploy

0 commit comments

Comments
 (0)