diff --git a/.drone.yml b/.drone.yml index a5becb8b..beafe344 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,6 +30,19 @@ steps: commands: - npm run export +- name: deploy (staging) + image: node:16 + depends_on: + - export + environment: + TOKEN: + from_secret: STAGING_TOKEN + commands: + - 'curl -XPOST -H "Authorization: $TOKEN" "https://csclub.uwaterloo.ca/~a3thakra/update-csc/"' + when: + branch: + - main + trigger: event: exclude: