Skip to content

Merge pull request #32 from nicolasochem/patch-1 #304

Merge pull request #32 from nicolasochem/patch-1

Merge pull request #32 from nicolasochem/patch-1 #304

Workflow file for this run

name: Deploy On Push
on:
push:
branches:
- main
jobs:
up:
name: Pulumi Up
uses: ./.github/workflows/_pulumi.yml
secrets: inherit
with:
pulumi-command: up
publish:
name: teztnets.xyz build
needs: up
uses: ./.github/workflows/_publish.yml
secrets: inherit
with:
networks: ${{ needs.up.outputs.networks }}
teztnets: ${{ needs.up.outputs.teztnets }}