Compare commits

...

2 Commits

Author SHA1 Message Date
david 5c267ea7c1 removed old .gitlab-ci.yml file 2021-05-30 12:17:47 +02:00
david 02a0afe34e added .jekyll-cache to .gitignore 2021-05-15 21:55:18 +02:00
2 changed files with 1 additions and 20 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.jekyll-metadata
.jekyll-cache
.htaccess
.DS_Store
.sass-cache

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