Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
9c6f655bb3
commit
c323444595
1 changed files with 13 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
@ -13,3 +13,16 @@ steps:
|
|||
folder: public
|
||||
ssh_key:
|
||||
from_secret: gitea-ssh-key
|
||||
|
||||
- name: put app.bluerock.dev into domains
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "app.bluerock.dev" > public/.domains
|
||||
|
||||
- name: publish
|
||||
image: itsblue.dev/plugins/codeberg-pages-deploy
|
||||
settings:
|
||||
folder: public
|
||||
git_branch: pages-app
|
||||
ssh_key:
|
||||
from_secret: gitea-ssh-key
|
Loading…
Reference in a new issue