CI: build faile ?

This commit is contained in:
prosety
2022-11-17 10:24:59 +01:00
parent bb0f74c65a
commit 42c5c2a871

View File

@@ -21,7 +21,7 @@ steps:
- rsync -av --exclude ./node_modules /drone/src/ $WORKDIR - rsync -av --exclude ./node_modules /drone/src/ $WORKDIR
- cd $WORKDIR - cd $WORKDIR
- sed -i "s|DOMAIN=.*|DOMAIN=\"$CI_DOMAIN\"|g" config.sh - sed -i "s|DOMAIN=.*|DOMAIN=\"$CI_DOMAIN\"|g" config.sh
- bash /opt/pegaz/cli.pegaz.sh build pegazio - bash /opt/pegaz/cli.pegaz.sh build pegazio &2> /dev/null
- bash /opt/pegaz/cli.pegaz.sh up pegazio - bash /opt/pegaz/cli.pegaz.sh up pegazio
volumes: volumes: