Openstatus www.openstatus.dev

🔥 fix gh actions (#1144)

authored by

Thibault Le Ouay and committed by
GitHub
97b64083 d02d0428

+2 -4
+2 -4
.github/workflows/deploy-workflows.yml
··· 16 16 steps: 17 17 - uses: actions/checkout@v4 18 18 - uses: superfly/flyctl-actions/setup-flyctl@master 19 - - working-directory: apps/workflows 20 - name: Deploy Workflows 21 - run: | 22 - flyctl deploy --remote-only --wait-timeout=500 19 + - run: flyctl deploy --config apps/workflows/fly.toml 20 + --dockerfile apps/workflows/Dockerfile --remote-only --wait-timeout=500 23 21 env: 24 22 FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}