Compare commits
1 commit
a38bfeb1f8
...
ab670c201f
Author | SHA1 | Date | |
---|---|---|---|
|
ab670c201f |
|
@ -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 "${{ 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