Skip to content

Merge branch 'main' of github.com:aeternity/aepp-bridge #12

Merge branch 'main' of github.com:aeternity/aepp-bridge

Merge branch 'main' of github.com:aeternity/aepp-bridge #12

Workflow file for this run

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