Skip to content
Snippets Groups Projects
Commit edcb3dc0 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

.build/deploy.sh: update dir name

parent 70b14494
No related branches found
No related tags found
1 merge request!16Master
......@@ -3,8 +3,8 @@
GLUON_BRANCH="$1"
CI_BUILD_REF_NAME="$2"
mkdir -p /var/www/html/$GLUON_BRANCH/$CI_BUILD_REF_NAME/
rm /var/www/html/$GLUON_BRANCH/$CI_BUILD_REF_NAME/*
mkdir -p /var/www/html/nightly/$CI_BUILD_REF_NAME/
rm /var/www/html/nightly/$CI_BUILD_REF_NAME/*
cp output/images/factory/* /var/www/html/nightly/$CI_BUILD_REF_NAME/
cp output/images/sysupgrade/* /var/www/html/nightly/$CI_BUILD_REF_NAME/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment