Fix run cmd

This commit is contained in:
gisele-igore 2023-04-04 10:43:46 +02:00
parent 7b918c1d5f
commit 9821e4d06e
3 changed files with 4 additions and 4 deletions

View File

@ -21,4 +21,4 @@ version: 0.0.1
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: 0.3.5 appVersion: 0.3.8

View File

@ -4,7 +4,7 @@ namespace: lecoffre
lecoffreBack: lecoffreBack:
serviceAccountName: lecoffre-back-sa serviceAccountName: lecoffre-back-sa
command: "'sh', '-c', '. /vault/secrets/envs-api && npm start'" command: "'sh', '-c', '. /vault/secrets/envs-api && npm run api:start'"
vault: vault:
role : custom_lecoffre-back_injector_rol role : custom_lecoffre-back_injector_rol
server: https://vault-stg.smart-chain.fr server: https://vault-stg.smart-chain.fr

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "lecoffre", "name": "lecoffre-back",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lecoffre", "name": "lecoffre-back",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {