tRGIGGER deploy
This commit is contained in:
parent
e4177b0ff0
commit
fcc5e5b580
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue