Skip to content

Merge pull request #1575 from aeternity/prettier #53

Merge pull request #1575 from aeternity/prettier

Merge pull request #1575 from aeternity/prettier #53

Workflow file for this run

name: integration
on:
push:
branches: [develop]
jobs:
validate:
uses: ./.github/workflows/_validate-npm.yml
publish:
uses: aeternity/github-actions/.github/workflows/_publish-ecr.yml@v2.3.1
needs: [validate]
secrets: inherit
with:
BUILD_ARGS: REVISION=${{ github.sha }}
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: develop
DEPLOY_SUBDOMAIN: 'base'