@rayova/mobirise-hosting
v0.2.1
Published
> Unsupported for external use.
Downloads
30
Readme
Mobirise Hosting CLI
Unsupported for external use.
mobirise-hosting.json
{
"id": "mobirise-hosting-dev",
"files": "site",
"domainNameConfig": {
"domain": "mobirise-hosting-dev.812696460994.dev.rayova.com",
"redirectDomains": [
"www.mobirise-hosting-dev.812696460994.dev.rayova.com"
],
"hostedZoneId": "Z06399031EF646V59RCNP",
"hostedZoneName": "812696460994.dev.rayova.com"
}
}.github/workflows/cd.yml
name: CD
on:
push:
branches:
- main
jobs:
release_test:
runs-on: ubuntu-latest
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i -g @rayova/mobirise-hosting@^0.0.1
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::{account id}:role/{role}
aws-region: ca-central-1
- run: mobirise-hosting