diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100755 index c4f68e5..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -stages: - - deploy - -deploy: - stage: deploy - tags: - - jekyll - script: - - apt-get update - - apt-get install -y ruby-full build-essential zlib1g-dev rsync - - gem install bundler jekyll - - bundle install - - jekyll build -d public - - rsync -rvI --delete public/ /srv/socialnerds.org/ - environment: - name: production - url: https://socialnerds.org - only: - - master -