This commit is contained in:
parent
c323444595
commit
8562d115ba
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue