Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dorian Zedler 2022-08-06 21:48:01 +02:00
parent c323444595
commit 8562d115ba

View file

@ -14,12 +14,15 @@ steps:
ssh_key: ssh_key:
from_secret: gitea-ssh-key from_secret: gitea-ssh-key
# we need a separate branch for app.bluerock.dev
# otherwise, the google app url verification does not work
# see: https://developer.android.com/training/app-links/verify-site-associations#publish-json
- name: put app.bluerock.dev into domains - name: put app.bluerock.dev into domains
image: alpine image: alpine
commands: commands:
- echo "app.bluerock.dev" > public/.domains - echo "app.bluerock.dev" > public/.domains
- name: publish - name: publish app branch
image: itsblue.dev/plugins/codeberg-pages-deploy image: itsblue.dev/plugins/codeberg-pages-deploy
settings: settings:
folder: public folder: public