drone ci plugin purne push branch www-data
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oDinZu 2022-05-09 17:30:03 -04:00
parent 6d1dec6d7a
commit 7296d3957f

View File

@ -17,6 +17,11 @@ trigger:
steps:
- name: build-website
image: jekyll/jekyll:4.2.2
environment:
USERNAME:
from_secret: gitea_user
PASSWORD:
from_secret: gitea_pass
privileged: false
volumes:
- name: jekyll
@ -37,6 +42,7 @@ steps:
- cp -R ../_site/* .
- git add *
- git commit -m "bots beeing bots --drone www-data push"
- git config credential.helper store
- git push origin www-data
- tar -czf ../www-data.tar.gz ../_site/*
- ls ../ww*