Skip to content

Test with backend at stage-signaling.aepps.com #54

Test with backend at stage-signaling.aepps.com

Test with backend at stage-signaling.aepps.com #54

Workflow file for this run

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