Skip to content

Commit

Permalink
chore: debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Dec 12, 2024
1 parent 1170b51 commit daf7ef6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/fe_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@ jobs:
# Debug
env | grep VITE_
grep -R 'api_root:' public/admin/assets
pwd
ls -lisa .
ls -lisa public
ls -lisa public/admin
ls -lisa public/admin/assets
cat public/admin/assets/*
grep -R 'api_root' public/admin/assets
# Deploy
pnpm netlify env:set AWS_LAMBDA_JS_RUNTIME nodejs18.x
Expand Down

0 comments on commit daf7ef6

Please sign in to comment.