Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

⌛ improve timeout

+1 -1
+1 -1
.github/workflows/deploy.yml
··· 12 12 - uses: superfly/flyctl-actions/setup-flyctl@master 13 13 - run: 14 14 flyctl deploy --config apps/server/fly.toml 15 - --dockerfile apps/server/Dockerfile --remote-only 15 + --dockerfile apps/server/Dockerfile --remote-only --wait-timeout=500 16 16 env: 17 17 FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}