Merge branch 'main' of itsblue.dev:bluerock/landingpage
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
b5939743db
2 changed files with 17 additions and 2 deletions
16
.drone.yml
16
.drone.yml
|
@ -13,3 +13,19 @@ steps:
|
||||||
folder: public
|
folder: public
|
||||||
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
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "app.bluerock.dev" > public/.domains
|
||||||
|
|
||||||
|
- name: publish app branch
|
||||||
|
image: itsblue.dev/plugins/codeberg-pages-deploy
|
||||||
|
settings:
|
||||||
|
folder: public
|
||||||
|
git_branch: pages-app
|
||||||
|
ssh_key:
|
||||||
|
from_secret: gitea-ssh-key
|
|
@ -1,3 +1,2 @@
|
||||||
l.bluerock.dev
|
l.bluerock.dev
|
||||||
bluerock.dev
|
bluerock.dev
|
||||||
app.bluerock.dev
|
|
Loading…
Reference in a new issue