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