pas de sudo ici
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ pages:
|
||||
webroot: .
|
||||
script:
|
||||
- if [ -z "$webroot" ]; then echo "Need to set webroot" && exit 1; fi
|
||||
- sudo rsync -rv ./ $webroot --exclude '.git' --exclude '.gitlab-ci.yml' --exclude '.gitignore' --delete
|
||||
- sudo chown user:group $webroot -R
|
||||
- rsync -rv ./ $webroot --exclude '.git' --exclude '.gitlab-ci.yml' --exclude '.gitignore' --delete
|
||||
- chown user:group $webroot -R
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
||||
Reference in New Issue
Block a user