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
|
@ -11,5 +11,21 @@ steps:
|
|||
image: itsblue.dev/plugins/codeberg-pages-deploy
|
||||
settings:
|
||||
folder: public
|
||||
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
|
||||
bluerock.dev
|
||||
app.bluerock.dev
|
||||
bluerock.dev
|
Loading…
Reference in a new issue