Skip to content

Commit

Permalink
🔨 Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed May 23, 2024
1 parent 3446063 commit b91d435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20.x
- name: Build app via NPM
run: |
cd frontend/
cd frontend/
printf "VITE_FB_API_KEY=${{ secrets.VUE_APP_FB_API_KEY_DEV }}\nVITE_FB_PROJECT_ID=${{ secrets.VUE_APP_FB_PROJECT_ID_DEV }}" >> .env.production.local
npm install
npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20.x
- name: Build app via NPM
run: |
cd frontend/
cd frontend/
printf "VITE_FB_API_KEY=${{ secrets.VUE_APP_FB_API_KEY_PROD }}\nVITE_FB_PROJECT_ID=${{ secrets.VUE_APP_FB_PROJECT_ID_PROD }}" >> .env.production.local
npm install
npm run build
Expand Down

0 comments on commit b91d435

Please sign in to comment.