change trigger branch to stage

This commit is contained in:
matti 2023-03-09 11:47:24 +01:00
parent 96ad653727
commit a99c133757

View file

@ -28,7 +28,7 @@ steps:
- SITE=coderdojo - SITE=coderdojo
tags: coderdojo-${DRONE_BRANCH} tags: coderdojo-${DRONE_BRANCH}
- name: deploy angestoepselt staging - name: deploy angestoepselt stage
image: plugins/webhook image: plugins/webhook
settings: settings:
urls: urls:
@ -37,7 +37,7 @@ steps:
- build angestoepselt site - build angestoepselt site
when: when:
branch: branch:
- staging - stage
- name: deploy live build - name: deploy live build
image: plugins/webhook image: plugins/webhook
@ -75,4 +75,6 @@ steps:
trigger: trigger:
branch: branch:
- main - main
- staging - stage
event:
- push