Skip to content

Delete templates/app/change-request-form/db/dump.txt #85

Delete templates/app/change-request-form/db/dump.txt

Delete templates/app/change-request-form/db/dump.txt #85

Workflow file for this run

name: Publish templates to S3
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- run: yarn install
- run: yarn run publish:ci
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}