From 8562d115ba2044d34936f8577c3de47648f15e2d Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 6 Aug 2022 21:48:01 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 08c12db..fc0cf69 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,12 +14,15 @@ steps: 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 image: alpine commands: - echo "app.bluerock.dev" > public/.domains -- name: publish +- name: publish app branch image: itsblue.dev/plugins/codeberg-pages-deploy settings: folder: public