Skip to content

update

update #290

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 }}