Skip to content

Switch to ECR

Switch to ECR #6

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [ master ]
jobs:
publish:
uses: aeternity/github-actions/.github/workflows/_publish-ecr.yml@v2.3.1
secrets: inherit
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.3.1
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 }}-hyperchain"