Create auto deploys for staging (#171)

https://csclub.uwaterloo.ca/~a3thakra/csc/main/

Reviewed-on: #171
Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
pull/174/head
Aditya Thakral 2 years ago
parent a8cae99c11
commit 40cc58df18
  1. 13
      .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:

Loading…
Cancel
Save