Dailynet/Weeklynet Deployment Cronjob #137
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |