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 19, 2023
1 parent 24aa3ec commit 1248795
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
pip3 install --user awscli
export PATH=$PATH:$HOME/.local/bin
- name: Install dependencies
run: yarn install
- name: before build
run: yarn assets:download
run: |
yarn install
export AWS_PROFILE=hackingstudio
yarn assets:download
- name: build app
run: NODE_ENV=production yarn build
- name: serverless deploy
Expand Down

0 comments on commit 1248795

Please sign in to comment.