0
0
Fork 0

WIP FIXUP: Fix staging domain and folder

TODO: target host is not publicly reachable!
This commit is contained in:
jtbx 2026-04-06 21:55:56 +02:00
commit bc8def927d
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ on:
env: env:
TZ: Europe/Berlin TZ: Europe/Berlin
DEPLOY_TARGET_BASE: c3vocdocs-website-deploy@public-web-static-intern.hamburg.ccc.de DEPLOY_TARGET_BASE: c3vocdocs-website-deploy@public-web-static-intern.hamburg.ccc.de
STAGING_BASE_PATH: https://docs-staging.c3voc.de/av STAGING_BASE_PATH: https://staging.docs.c3voc.de/av
STAGING_DEPLOY_PATH: /var/www/docs-staging.c3voc.de/av/ STAGING_DEPLOY_PATH: /var/www/staging.docs.c3voc.de/av/
jobs: jobs:
cleanup-staging: cleanup-staging:

View file

@ -9,8 +9,8 @@ env:
DEPLOY_TARGET_BASE: c3vocdocs-website-deploy@public-web-static-intern.hamburg.ccc.de DEPLOY_TARGET_BASE: c3vocdocs-website-deploy@public-web-static-intern.hamburg.ccc.de
PROD_BASE_PATH: https://docs.c3voc.de/av PROD_BASE_PATH: https://docs.c3voc.de/av
PROD_DEPLOY_PATH: /var/www/docs.c3voc.de/av/ PROD_DEPLOY_PATH: /var/www/docs.c3voc.de/av/
STAGING_BASE_PATH: https://docs-staging.c3voc.de/av STAGING_BASE_PATH: https://staging.docs.c3voc.de/av
STAGING_DEPLOY_PATH: /var/www/docs-staging.c3voc.de/av/ STAGING_DEPLOY_PATH: /var/www/staging.docs.c3voc.de/av/
jobs: jobs:
build: build: