Commit 37e650be authored by Давид Добряков's avatar Давид Добряков Committed by Давид Добряков

Update .gitlab-ci.yml: fix path for deploy

parent 1a955d42
Pipeline #6683 passed with stage
in 37 seconds
......@@ -7,7 +7,11 @@ pages:
- npm run build
after_script:
- cd ../
- cp -r ./eterlanding /home/etersoft/www/etersoft.com/
- cp -r ./eterlanding/dist /home/etersoft/www/etersoft.com/
- cp -r ./eterlanding/index.html /home/etersoft/www/etersoft.com/
- cp -r ./eterlanding/de /home/etersoft/www/etersoft.com/
- cp -r ./eterlanding/en /home/etersoft/www/etersoft.com/
- cp -r ./eterlanding/src/images /home/etersoft/www/etersoft.com/src
artifacts:
paths:
- dist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment