Skip to content

chore(master): release 1.2.1 #35

chore(master): release 1.2.1

chore(master): release 1.2.1 #35

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [master]
jobs:
validate:
uses: ./.github/workflows/_validate-npm.yml
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
BUILD_ARGS: REVISION=${{ github.sha }}
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: aepp-faucet
DEPLOY_VERSION: 'pr-${{ github.event.number }}'
DEPLOY_SUBDOMAIN: 'pr-${{ github.event.number }}-faucet'