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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue