Skip to content

Switch all WFs to shared #19

Switch all WFs to shared

Switch all WFs to shared #19

Workflow file for this run

name: Mainline
on:
push:
branches: [ master ]
jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml

Check failure on line 9 in .github/workflows/mainline.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mainline.yml

Invalid workflow file

invalid value workflow reference: no version specified
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml
needs: [ validate ]
secrets: inherit
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml
needs: [publish]
secrets: inherit
strategy:
max-parallel: 1
matrix:
env: [dev, stg]
flavor: [testnet, mainnet]
with:
DEPLOY_ENV: ${{ matrix.env }}
DEPLOY_APP: "${{ github.event.repository.name }}-${{ matrix.flavor }}"
DEPLOY_VERSION: master
DEPLOY_HOST_PREFIX: ""