Skip to content

Commit

Permalink
dev branch workflows use deploy:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Mar 19, 2024
1 parent f8ee16e commit 85d1f7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev_lucia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Push to Google Apps Script
run: |
cd media_commons_booking_app
npm run deploy
npm run deploy:dev
- name: Create new version and push
run: |
cd media_commons_booking_app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev_noah.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Push to Google Apps Script
run: |
cd media_commons_booking_app
npm run deploy
npm run deploy:dev
- name: Create new version and push
run: |
cd media_commons_booking_app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev_riho.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Push to Google Apps Script
run: |
cd media_commons_booking_app
npm run deploy
npm run deploy:dev
- name: Create new version and push
run: |
cd media_commons_booking_app
Expand Down

0 comments on commit 85d1f7f

Please sign in to comment.