mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
51 lines
1.6 KiB
Plaintext
51 lines
1.6 KiB
Plaintext
created: 20171030164257059
|
|
creator: user
|
|
modified: 20171101213055586
|
|
modifier: user
|
|
tags:
|
|
title: deploy to staging.vrendly.com
|
|
type: text/vnd.tiddlywiki
|
|
|
|
; https://beakerbrowser.com/
|
|
: [ext[dat://64b9541fc8e331ce43bb175a10b2a1acf870645399b51fd51a0365965fd55557/deployments.html]]
|
|
|
|
! auth
|
|
```sh
|
|
# NOTE: current staging deployment of auth server uses keys from development, redeployment requires redeploy of genifer too (to keep keys in sync)
|
|
#mkdir .dobi/auth-staging.bjoola.nl
|
|
#export KEY_DIRECTORY_PATH=`pwd`/.dobi/auth-staging.bjoola.nl
|
|
#unzip -d .dobi/auth-staging.bjoola.nl ~/Downloads/staging-acceptatie.zip # taken from LastPass
|
|
#
|
|
|
|
# !!uses local generated config.json !! see above NOTE
|
|
VERSION=3.1.7-2dac593e31 ./operations/deployment/deploy.auth-staging.bjoola.nl.sh
|
|
```
|
|
* https://auth-staging.bjoola.nl/info/version
|
|
|
|
|
|
! genifer
|
|
|
|
```sh
|
|
# see NOTE above.. genifer development keys are used and should be in sync with auth.
|
|
# export KEY_DIRECTORY_PATH=/Users/fruit/Development/df-genifer-auth/.dobi/auth-staging.bjoola.nl
|
|
|
|
|
|
VERSION=0.3.37-9c80990b77 APP_KEY=base64:fV8Ff5D3qKUWkM0wm5kUBN2I/TwMPRg4Bfqj0K7+xIQ= AUTH_SERVER_BASE_URL=https://auth-staging.bjoola.nl ./operations/deployment/deploy.sh staging-monolith.bjoola.nl staging.genifer.bjoola.nl
|
|
```
|
|
* https://staging.genifer.bjoola.nl/api/version
|
|
|
|
! victor
|
|
```sh
|
|
VERSION=3.0.74-718c5dfa1a ./operations/deployment/deploy.staging-api.vrendly.nl.sh
|
|
|
|
```
|
|
* https://staging-api.vrendly.nl/site/version
|
|
|
|
! vrendly
|
|
```sh
|
|
VERSION=2.0.55-e1575a640e ./operations/deployment/deploy.staging.vrendly.nl.sh
|
|
|
|
```
|
|
* https://staging.vrendly.nl
|
|
|