Skip to content

Commit 35f9bab

Browse files
committed
ci: 🔥 remove commented out Django workflow
1 parent 5e87d20 commit 35f9bab

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,3 @@ jobs:
2727
test:
2828
uses: seedcase-project/.github/.github/workflows/test.yml@main
2929
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

Comments
 (0)