Don't deploy to NeoCities

This commit is contained in:
Stavros Korokithakis 2020-11-20 21:29:38 +02:00
parent 155deb3b98
commit 426220bbfe
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -22,20 +22,3 @@ pages:
- public
only:
- master
neocities:
image: ruby:2.6.5
dependencies:
- build
stage: deploy
environment: neocities
script:
- echo -e "source 'https://rubygems.org'\n\ngem 'neocities'" > Gemfile
- gem install bundler
- bundle install
# Place user-provide token
- if [ -z "$NEOCITIES_TOKEN" ]; then echo Please see README.md for information on how to set your Neocities API token && false; else mkdir -p $HOME/.config/neocities && mv $NEOCITIES_TOKEN $HOME/.config/neocities/config; fi
- cd public
- bundle exec neocities push .
only:
- master