Skip to content

Dailynet/Weeklynet Deployment Cronjob #137

Dailynet/Weeklynet Deployment Cronjob

Dailynet/Weeklynet Deployment Cronjob #137

Workflow file for this run

name: Dailynet/Weeklynet Deployment Cronjob
on:
schedule:
# update the deployment every day at midnight UTC
- cron: "0 0 * * *"
jobs:
# up:
# name: Pulumi Up
# uses: ./.github/workflows/_pulumi.yml
# secrets: inherit
# with:
# pulumi-command: up
publish:
name: testnets.mavryk.network build
# needs: up
uses: ./.github/workflows/_publish.yml
secrets: inherit
with:
networks: ${{ vars.NETWORKS }}
testnets: ${{ vars.TESTNETS }}