Skip to content

Commit

Permalink
Update production.yml - only for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Nov 8, 2023
1 parent 39ca134 commit e912226
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- production

pull_request:
branches:
- production
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,5 +46,7 @@ jobs:
yarn install
- name: build app
run: NODE_ENV=production yarn build
- name: serverless deploy
run: SLS_STAGE=prod BRANCH=production yarn deploy
- name: serverless deploy - TEST without sync
run: |
SLS_STAGE=prod BRANCH=production yarn deploy:build
SLS_STAGE=prod BRANCH=production yarn deploy:apply

0 comments on commit e912226

Please sign in to comment.