Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .vscode/fucr.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"cSpell.words": [
"Affinidi",
"FUCR",
"Passwordless",
"storeon"
]
}
}
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# production config
version: '3.4'
version: "3.4"
services:
web:
image: 'fucr_web'
image: "fucr_web"
build:
context: ./web
dockerfile: ./Dockerfile
Expand All @@ -11,3 +11,6 @@ services:
- NODE_ENV=production
- DEBUG
- WEBSITE_URL
- NEXT_PUBLIC_AFFINIDI_ENV
- NEXT_PUBLIC_AFFINIDI_API_KEY
- NEXT_PUBLIC_AFFINIDI_API_KEY_HASH
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@
"echo Starting new release..."
],
"after:bump": "npm run build",
"after:git:release": [
"docker tag fucr_web:latest registry.gitlab.com/fucr/fucr/fucr_web:latest",
"docker tag fucr_web:latest registry.gitlab.com/fucr/fucr/fucr_web:${version}",
"docker push registry.gitlab.com/fucr/fucr/fucr_web:${version}",
"docker push registry.gitlab.com/fucr/fucr/fucr_web:latest"
],
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"github": {
Expand Down
Loading