Skip to content

Add note about merging work into the development branch in order to test on the development server #12

Add note about merging work into the development branch in order to test on the development server

Add note about merging work into the development branch in order to test on the development server #12

Workflow file for this run

on:
pull_request:
types:
- closed
jobs:
delete_assets:
runs-on: ubuntu-latest
env:
destination: assets/website-2021-dev/pr-${{ github.event.number }}/
steps:
- name: Delete PR assets from the cdn-dev.w3.org bucket
if: success()
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-east-1'
run:
aws s3 rm --recursive s3://cdn-dev.w3.org/${{ env.destination }}