Skip to content

Commit

Permalink
fix: update production deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
saehun committed Aug 12, 2023
1 parent c835884 commit db24ebf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
WEB_SENTRY_DSN: ${{ secrets.WEB_SENTRY_DSN }}

jobs:
deploy-dev:
name: deploy to development environment
deploy-prod:
name: deploy to production environment
timeout-minutes: 15
runs-on: ubuntu-latest
# To use Remote Caching, uncomment the next lines and follow the steps below.
Expand Down Expand Up @@ -56,5 +56,5 @@ jobs:
- name: Build
run: pnpm build

- name: Deploy development
run: pnpm deploy:dev
- name: Deploy production
run: pnpm deploy:prod

0 comments on commit db24ebf

Please sign in to comment.