diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3c7a3a..23f3054 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,21 +6,12 @@ pages: - apk update && apk add make - pip install -r requirements.txt - make publish + - sudo cp -R ./public/* /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican artifacts: paths: - public/ only: - master - -deploy: - stage: deploy - environment: production - script: - - sudo cp -R ./public/* /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican - tags: - - deploy - only: - - master test: stage: test