Michał Woźniak 2020-10-27 23:03:24 +01:00
commit d2aa354ca5
1 zmienionych plików z 8 dodań i 0 usunięć

8
.gitlab-ci.yml 100644
Wyświetl plik

@ -0,0 +1,8 @@
deploy:
stage: deploy
script:
- rsync -av --exclude=.git --exclude=.gitignore --exclude=README.md --exclude=.gitlab-ci.yml --delete --delete-excluded ./ /srv/websites/$CI_PROJECT_NAME/
only:
- master
tags:
- master