forked from tahoe-lafs/web-landing-page
Debug pull_request
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
8bcea717df
commit
6be872c78b
|
@ -58,7 +58,7 @@ jobs:
|
||||||
id: deploy_site
|
id: deploy_site
|
||||||
if: ${{ ! forge.pull_request.head.repo.fork }}
|
if: ${{ ! forge.pull_request.head.repo.fork }}
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJson(forge) }}'
|
echo '${{ toJson(forge.pull_request.head.repo) }}'
|
||||||
if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then
|
if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then
|
||||||
WEB_ROOT="${WEB_DIR}/live"
|
WEB_ROOT="${WEB_DIR}/live"
|
||||||
WEB_VHOST="home.of.${WEB_DOMAIN}"
|
WEB_VHOST="home.of.${WEB_DOMAIN}"
|
||||||
|
|
Loading…
Reference in a new issue