Skip to content
Snippets Groups Projects
Commit 85338ea8 authored by Paul's avatar Paul :turtle:
Browse files

check deploy job

parent bfd8344f
No related branches found
No related tags found
1 merge request!24Optimize CI (build once, pass files using aritfacts)
Pipeline #14568 passed
......@@ -61,11 +61,11 @@ deploy:
- build site
dependencies:
- build site
only:
- master
# only:
# - master
cache:
paths:
- vendor/
script:
- ls -dl _site
- rsync -6av --delete-after _site/ /var/www/html/
- ls -l _site
# - rsync -6av --delete-after _site/ /var/www/html/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment