Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Terraform destroy (#669) #353

Terraform destroy (#669)

Terraform destroy (#669) #353

name: Deploy to staging
on:
push:
branches:
- master
jobs:
deploy-to-staging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow
- run: git push https://heroku:${{ secrets.HEROKU_AUTH_TOKEN }}@git.heroku.com/origami-registry-ui-qa.git HEAD:refs/heads/master --force
create-change-log:
needs: [deploy-to-staging]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Financial-Times/change-api-action@v1
name: Create new change log
with:
change-api-key: ${{ secrets.CHANGE_API_KEY }}
system-code: "origami-registry-ui"
environment: test
slack-channels: "ft-changes,origami-deploys"