Skip to content

omurilo/action-back4app

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

action-back4app

An github action to deploy projects on back4app

Inputs

project

Required The name of the project to deploy on back4app

accountKey

Required The accountkey of back4app account

Example usage

uses: omurilo/action-back4app@v3
with:
  project: 'your-project-name'
  accountKey: 'your-account-key'