Skip to content

Merge pull request #1544 from aeternity/dependabot/npm_and_yarn/follo… #24

Merge pull request #1544 from aeternity/dependabot/npm_and_yarn/follo…

Merge pull request #1544 from aeternity/dependabot/npm_and_yarn/follo… #24

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-docker.yml@v2.1.0
needs: [ validate ]
secrets: inherit
with:
DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"
BUILD_ARGS: REVISION=${{ github.sha }}
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.1.0
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: "${{ github.event.repository.name }}"
DEPLOY_VERSION: develop
DEPLOY_SUBDOMAIN: "base"