Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

Build project action

This action prepares a shell script for remote server execution.

Inputs

platform

Required The name of the platform to build.

user

Required The username.

max_releases

Optional The maximum number of old releases. Default 5.

infrastructure_dir

Optional The name of the infrastructure configuration directory. Default "infrastructure".

php_version

Optional PHP version. Default 8.1.

composer_auth

Optional Composer auth token.

npm_auth

Optional NPM auth token.

Outputs

version

The version of the build.

build_dir

The name of build directory.

release_dir

The name of release directory.

install_script

The path to install script.

Example usage

uses: CrowdSoft-io/action-build@v1.0
with:
  platform: 'next'
  user: 'developer'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors