Skip to content

chore: release 1.14.0 (#76) #100

chore: release 1.14.0 (#76)

chore: release 1.14.0 (#76) #100

Workflow file for this run

name: integration
on:
push:
branches: [ main ]
jobs:
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: "${{ github.event.repository.name }}"
DEPLOY_VERSION: main
DEPLOY_SUBDOMAIN: "bridge"
cleanup:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [ publish ]
secrets: inherit