Change CI

rewrite
Ashelyn Dawn 1 year ago
parent 97f7f4f0b7
commit cd40e07a8b

@ -1,8 +0,0 @@
neocities:
only:
- master
image:
ruby:latest
script:
- gem install neocities
- neocities push .

@ -0,0 +1,7 @@
pipeline:
neocities:
image: ruby:latest
branches: main
commands:
- gem install neocities
- neocities push .
Loading…
Cancel
Save