blob: 22ec43bc5953541447eef731be4d129439bd38c3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
neocities:
only:
- master
image:
ruby:latest
script:
- gem install neocities
- mkdir -p /root/.config/neocities/
- echo $NEOCITIES_TOKEN > /root/.config/neocities/config
- neocities push --dry-run .
|