0.1.18 • Published 2 months ago

@rayova/mobirise-hosting v0.1.18

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 months ago

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
0.1.14

2 months ago

0.1.15

2 months ago

0.1.17

2 months ago

0.1.18

2 months ago

0.1.13

6 months ago

0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

0.0.0

8 months ago