Skip to content

Commit

Permalink
chore(ci): Fixed deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jul 12, 2024
1 parent f5f9eec commit 12e35db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
push:
branches:
- main
paths:
['packages/api/**', '.github/workflows/deploy-api.yaml', 'package.json']
paths: ['apps/api/**', '.github/workflows/deploy-api.yaml', 'package.json']

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
paths:
[
'packages/platform/**',
'apps/platform/**',
'.github/workflows/deploy-platform.yaml',
'package.json'
]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
push:
branches:
- main
paths:
['packages/web/**', '.github/workflows/deploy-web.yaml', 'package.json']
paths: ['apps/web/**', '.github/workflows/deploy-web.yaml', 'package.json']

jobs:
build:
Expand Down

0 comments on commit 12e35db

Please sign in to comment.