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

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

parent 1a955d42
Pipeline #6679 passed with stage
in 27 seconds
...@@ -7,7 +7,10 @@ pages: ...@@ -7,7 +7,10 @@ pages:
- npm run build - npm run build
after_script: after_script:
- cd ../ - 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/
artifacts: artifacts:
paths: paths:
- dist - 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