Compare commits
1 commit
ab670c201f
...
a353d9963c
Author | SHA1 | Date | |
---|---|---|---|
|
a353d9963c |
|
@ -58,7 +58,7 @@ jobs:
|
||||||
id: deploy_site
|
id: deploy_site
|
||||||
if: forge.repository == 'Tahoe-LAFS/web-landing-page'
|
if: forge.repository == 'Tahoe-LAFS/web-landing-page'
|
||||||
run: |
|
run: |
|
||||||
echo "${{ toJson(forge) }}"
|
echo '${{ toJson(forge) }}'
|
||||||
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