moralis-deploy-action

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

AGPL-3.0 License

Stars
5
Committers
1

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

Package Rankings
Top 13.89% on Github actions
Badges
Extracted from project README
Deployment Contributor Covenant