Commit 313c9bfa authored by Vadym Gidulian's avatar Vadym Gidulian

Fixed source directory name

parent aac677ff
......@@ -22,7 +22,7 @@ deploy:testing:
stage: deploy
script:
- rm -rf .git .gitignore .gitlab .gitlab-ci.yml
- rsync -rv --delete dist/ /test/$CI_PROJECT_NAME/
- rsync -rv --delete ./ /test/$CI_PROJECT_NAME/
tags:
- gviagroup-deploy
environment:
......@@ -36,7 +36,7 @@ deploy:staging:
stage: deploy
script:
- rm -rf .git .gitignore .gitlab .gitlab-ci.yml
- rsync -rv --delete dist/ /demo/$CI_PROJECT_NAME/
- rsync -rv --delete ./ /demo/$CI_PROJECT_NAME/
tags:
- gviagroup-deploy
environment:
......
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