Skip to content

Commit

Permalink
Ready for prod 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alemalvarez committed Mar 31, 2024
1 parent 2aa271a commit caddee3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment_chunkify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Flask+React app to Azure Web App
on:
push:
branches:
- main # Assuming your main branch is where you merge your changes
- deployment # Assuming your main branch is where you merge your changes
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pydd
*.pyc
*.log

.vscode

# Flask specific
instance/
*.pyc
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit caddee3

Please sign in to comment.