ttnrt.ttnrtsite.io/.woodpecker.yml
2024-06-01 19:20:42 -04:00

13 lines
386 B
YAML

steps:
buildsite:
image: ruby
commands:
- chmod -R a+w .
- gem install bundler
- bundle install
- bundle exec jekyll build
pushsite:
image: node
commands:
- npx @getmeli/cli upload --url https://meli.ttnrtsite.me --site f8b4282b-3f0d-4c41-a416-4f65172aef21 --token 2577f1f5cbe808de165ad493c95a595df7ac7d4c92d42fed4e6df6b36d852016 _site