Update .gitlab-ci.yml file
This commit is contained in:
parent
cbfa7af914
commit
472d2e1100
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ ai.unturf.com:
|
|||
- master # Change this if you want to deploy from other branches
|
||||
script:
|
||||
- echo "Deploying repository to /opt/www using rsync..."
|
||||
- sudo rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/"
|
||||
- rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/"
|
||||
- echo "Deployment to /opt/www completed successfully."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue