Skip to content

Test and fix deep links #53

Test and fix deep links

Test and fix deep links #53

name: pull-request-cleanup
on:
pull_request:
branches: [master, develop]
types: [closed]
jobs:
rollback:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: ${{ github.event.repository.name }}
DEPLOY_VERSION: pr-${{ github.event.number }}
DEPLOY_SUBDOMAIN: pr-${{ github.event.number }}-base
delete-tag:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
TAG: pr-${{ github.event.number }}
cleanup:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [delete-tag]
secrets: inherit