Skip to content

Commit

Permalink
chore(ci): Update stage deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Apr 3, 2024
1 parent 4debc66 commit 868a6a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- develop
paths: ['apps/api/**', '.github/workflows/stage-api.yml']
paths: ['apps/api/**', '.github/workflows/stage-api.yml', 'fly.api.toml']

env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- develop
paths: ['apps/web/**', '.github/workflows/stage-web.yml']
paths: ['apps/web/**', '.github/workflows/stage-web.yml', 'fly.web.toml']

jobs:
deploy-stage:
Expand Down

0 comments on commit 868a6a1

Please sign in to comment.