Skip to content

🔨 deprecate script for deployment to owid-live #965

🔨 deprecate script for deployment to owid-live

🔨 deprecate script for deployment to owid-live #965

Workflow file for this run

name: Buildkite
on:
pull_request:
types:
- closed
jobs:
destroy_staging:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: pip install requests
- name: Run script
env:
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.BUILDKITE_API_ACCESS_TOKEN }}
BRANCH: ${{ github.event.pull_request.head.ref }}
run: |
python .github/scripts/buildkite_destroy_staging.py