durganihantri commited on
Commit
20ea37e
·
unverified ·
1 Parent(s): 3c8bf17

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -3,7 +3,7 @@ name: Deploy Flask App
3
  on:
4
  push:
5
  branches:
6
- - main # Change this if your default branch is different
7
 
8
  jobs:
9
  deploy:
@@ -26,4 +26,4 @@ jobs:
26
  - name: Run Flask App
27
  run: |
28
  cd backend
29
- python app.py
 
3
  on:
4
  push:
5
  branches:
6
+ - main # Change this if your branch name is different
7
 
8
  jobs:
9
  deploy:
 
26
  - name: Run Flask App
27
  run: |
28
  cd backend
29
+ nohup python app.py &