drone ci plugin purne push branch www-data
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6d1dec6d7a
commit
7296d3957f
@ -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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user