ttnrt.ttnrtsite.io/.woodpecker.yml

13 lines
386 B
YAML
Raw Permalink Normal View History

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