removed old .gitlab-ci.yml file

This commit is contained in:
david 2021-05-30 12:17:47 +02:00
parent 02a0afe34e
commit 5c267ea7c1
1 changed files with 0 additions and 20 deletions

View File

@ -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