Skip to content

Commit

Permalink
Update production.yml - full deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Nov 8, 2023
1 parent e912226 commit 53e750a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- production
pull_request:
branches:
- production
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,6 +44,4 @@ jobs:
- name: build app
run: NODE_ENV=production yarn build
- name: serverless deploy - TEST without sync
run: |
SLS_STAGE=prod BRANCH=production yarn deploy:build
SLS_STAGE=prod BRANCH=production yarn deploy:apply
run: SLS_STAGE=prod BRANCH=production yarn deploy

0 comments on commit 53e750a

Please sign in to comment.