Add dry-run Gitlab CI

rewrite
Ashelyn Dawn 2 years ago
parent 4a8f1d3bd7
commit 3e07abd6e5

@ -0,0 +1,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 .
Loading…
Cancel
Save