We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e87d20 commit 35f9babCopy full SHA for 35f9bab
.github/workflows/deploy-demo.yml
@@ -27,18 +27,3 @@ jobs:
27
test:
28
uses: seedcase-project/.github/.github/workflows/test.yml@main
29
needs: lint
30
-
31
- # deploy:
32
- # name: Deploy app
33
- # runs-on: ubuntu-latest
34
- # needs: test
35
36
- # concurrency: deploy-group # optional: ensure only one action runs at a time
37
- # steps:
38
- # - uses: actions/checkout@v4
39
40
- # - name: Deploy to Fly.io
41
- # uses: superfly/flyctl-actions/setup-flyctl@master
42
- # - run: flyctl deploy --remote-only
43
- # env:
44
- # FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
0 commit comments