Pass in branch as a custom header to update the website (#178)

Reviewed-on: #178
Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
pull/179/head
Aditya Thakral 2 years ago
parent b6d0544e3e
commit 59175478f5
  1. 5
      .drone.yml

@ -45,10 +45,7 @@ steps:
TOKEN:
from_secret: STAGING_TOKEN
commands:
- 'curl -XPOST -H "Authorization: $TOKEN" "https://csclub.uwaterloo.ca/~a3thakra/update-csc/"'
when:
branch:
- main
- 'curl -XPOST -H "Authorization: $TOKEN" -H "X-Branch: $DRONE_BRANCH" "https://csclub.uwaterloo.ca/~a3thakra/update-csc/"'
trigger:
event:

Loading…
Cancel
Save