fixed the deploy stage for the staging environment
This commit is contained in:
parent
9edd2b6dbf
commit
8d9bd73da6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue