Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Oct 24, 2023
1 parent cc32e98 commit b271c03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
- name: test
run: aws sts get-caller-identity
run: |
aws sts get-caller-identity
- name: Install dependencies
run: |
yarn install
# yarn assets:download
yarn assets:download
- name: build app
run: NODE_ENV=production yarn build
- name: serverless deploy
Expand Down

0 comments on commit b271c03

Please sign in to comment.