Skip to content

Update sdk to 13.3.2 and some fixes #7

Update sdk to 13.3.2 and some fixes

Update sdk to 13.3.2 and some fixes #7

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [ master ]
jobs:
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"
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"