tRGIGGER deploy

This commit is contained in:
Julien Nahum 2024-01-08 21:13:42 +01:00
parent e4177b0ff0
commit fcc5e5b580
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ frontend:
- npm ci - npm ci
build: build:
commands: commands:
- touch .env
- env | grep -e NUXT_LOG_LEVEL >> .env
- env | grep -e NEXT_PUBLIC_ >> .env
- env
- echo "env file created"
- cat .env
- npm run build - npm run build
artifacts: artifacts:
baseDirectory: client/.amplify-hosting baseDirectory: client/.amplify-hosting