Skip to content

Moralis Deploy Action

Actions
Easy-to-use CI/CD workflows for deploying to Moralis Server
v1.0.6.beta1
LatestPre-release
Starย (5)

Tags

ย (1)

Deployment Contributor Covenant

Moralis Deploy GitHub Action

Custom GitHub Actions to help you build CI/CD workflow to deploy JS/TS projects to Moralis server.

Table of Contents

๐Ÿ‘จโ€๐Ÿ’ป Supported Frameworks

  • Vanilla Javascript
  • React

๐Ÿ—๏ธ Usage

Note that this custom GitHub Action is tested to be working only with Vanilla Javascript and React project. For Vanilla, checkout main.yml within this repository. For React, checkout an example here

name: Moralis Deploy
on: [push]
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Deploy
        uses: YosephKS/moralis-deploy-action@<version>
        env:
          MORALIS_API_KEY: ${{ secrets.MORALIS_API_KEY }}
          MORALIS_API_SECRET: ${{ secrets.MORALIS_API_SECRET }}
          MORALIS_API_SUBDOMAIN: ${{ secrets.MORALIS_API_SUBDOMAIN }}
          CUSTOM_FOLDER_PATH: ${{ secrets.CUSTOM_FOLDER_PATH }}

๐Ÿญ Environment Variables

The environment variables need to be stored in the repository's secrets. To get the value of the required environment variables, sign up for a free acccount here and create a new server.

  • MORALIS_API_KEY (required): Get CLI API Key value
  • MORALIS_API_SECRET (required): Get CLI API Secret value
  • MORALIS_API_SUBDOMAIN (required): Get subdomain from the Server URL, e.g.If https://yjf6ilbm7qh5.usemoralis.com:2053/server is your Server URL, then the subdomain value will be yjf6ilbm7qh5.usemoralis.com
  • CUSTOM FOLDER_PATH: The path to where your build folder (containing index.html) is located; If no value is provided then it defaults to the root folder.

๐Ÿ› ๏ธ Contributing

See CONTRIBUTING.md

๐Ÿ“„ License

GNU Affero General Public License

Moralis Deploy Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Easy-to-use CI/CD workflows for deploying to Moralis Server
v1.0.6.beta1
LatestPre-release

Tags

ย (1)

Moralis Deploy Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.