Skip to content

Commit

Permalink
idk man
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclaw committed Jul 19, 2023
1 parent d1b1320 commit d734b7a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:

- name: Install dependencies
run: |
echo "PWD: $(pwd)" && echo $(ls -a)
npm ci
echo "PWD: $(pwd)" && echo $(ls -a)
echo "PWD: $(pwd)" && echo $(ls node_modules/ | grep dot*)
- name: Build for GCP
run: |
Expand All @@ -45,9 +44,9 @@ jobs:
echo $LIBRARY_SA_CREDENTIALS | base64 -d > ./server/.auth.json
echo "PWD: $(pwd)" && echo $(ls -a)
echo "PWD: $(pwd)" && echo $(ls node_modules/ | grep dot*)
npm run gcp-build
echo "PWD: $(pwd)" && echo $(ls -a)
echo "PWD: $(pwd)" && echo $(ls node_modules/ | grep dot*)
env:
NODE_ENV: production
Expand Down

0 comments on commit d734b7a

Please sign in to comment.