Skip to content

ci: setup release-please (#28) #6

ci: setup release-please (#28)

ci: setup release-please (#28) #6

Workflow file for this run

name: integration
on:
push:
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: master
DEPLOY_SUBDOMAIN: "faucet"