fixed the deploy stage for the staging environment

This commit is contained in:
Manuel Friedli 2017-03-14 00:27:00 +01:00
parent 9edd2b6dbf
commit 8d9bd73da6
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ pages:
- cp -a node_modules/utf8/utf8.js .public/node_modules/utf8/
- cp -a node_modules/quoted-printable/quoted-printable.js .public/node_modules/quoted-printable/
- cp -a node_modules/punycode/punycode.js .public/node_modules/punycode/
- mv .public public/${CI_BUILD_REF_NAME}
- mkdir -p public/${CI_BUILD_REF_NAME}
- mv .public/* public/${CI_BUILD_REF_NAME}/
artifacts:
paths:
- public