Skip to content

Commit

Permalink
Merge branch 'develop' into 13_add_next_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
royscheeren authored Jan 11, 2024
2 parents 1ed163a + 2c06fed commit 71b0f55
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 463 deletions.
8 changes: 4 additions & 4 deletions apps/envited.ascs.digital/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"cwd": "apps/envited.ascs.digital/common",
"commands": [
"tsc --project ../tsconfig.migrate.json",
"npx dotenv -e ../.env.development node dist/database/migrate.js",
"dotenv -e ../.env.development node dist/database/migrate.js",
"rm -rf dist"
],
"parallel": false
Expand All @@ -80,7 +80,7 @@
"cwd": "apps/envited.ascs.digital/common",
"commands": [
"tsc --project ../tsconfig.seed.json",
"npx dotenv -e ../.env.development node dist/database/seed.js",
"dotenv -e ../.env.development node dist/database/seed.js",
"rm -rf dist"
],
"parallel": false
Expand Down Expand Up @@ -152,15 +152,15 @@
"executor": "nx:run-commands",
"options": {
"cwd": "apps/envited.ascs.digital",
"commands": ["npx sst deploy Envited --stage staging"],
"commands": ["sst deploy Envited --stage staging"],
"parallel": false
}
},
"deploy:production": {
"executor": "nx:run-commands",
"options": {
"cwd": "apps/envited.ascs.digital",
"commands": ["npx sst deploy Envited --stage production"],
"commands": ["sst deploy Envited --stage production"],
"parallel": false
}
}
Expand Down
Loading

0 comments on commit 71b0f55

Please sign in to comment.