codemagic static pages via yaml #1251
|
Hi, Does anyone know the detail for configuring the yaml for a codemagic static deployment? Thnaks in advance, |
Answered by
K-Codemagic
Dec 21, 2022
Replies: 1 comment 1 reply
|
Hi, we provide static pages for quick preview for educational purpose mostly. Advanced users should consider using professional solutions like Firebase Hosting to host sites. So this is why we don't support static page deployment with codemagic.yaml file, but you can easily publish to Firebase Hosting using preinstalled Firebase CLI tools or to any other services. |
1 reply
Answer selected by
paul-charlton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, we provide static pages for quick preview for educational purpose mostly. Advanced users should consider using professional solutions like Firebase Hosting to host sites.
So this is why we don't support static page deployment with codemagic.yaml file, but you can easily publish to Firebase Hosting using preinstalled Firebase CLI tools or to any other services.