Skip to content

Commit

Permalink
Disable auto prod deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
shahanneda committed Sep 1, 2024
1 parent 0f59e72 commit 5bd08f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/prod-firebase-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: "Prod: Deploy frontend"

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "frontend/**"
# We have disabled automatic dispatch, since we want to deploy prod manually
# on:
# workflow_dispatch:
# push:
# branches:
# - main
# paths:
# - "frontend/**"

jobs:
build_and_deploy:
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/prod-heroku-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: "Prod: Deploy backend"

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "backend/**"
# We have disabled automatic dispatch, since we want to deploy prod manually
# on:
# workflow_dispatch:
# push:
# branches:
# - main
# paths:
# - "backend/**"

jobs:
deploy:
Expand Down

0 comments on commit 5bd08f7

Please sign in to comment.