-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
47 lines (47 loc) · 1.51 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: Laravel Deploy with Forge and Friends
author: Tzvi Melamed (TzviPM)
description: Create on-demand preview environments for Laravel apps.
branding:
icon: box
color: red
inputs:
forge-token:
description: Laravel Forge API token.
required: true
envoyer-token:
description: Envoyer API token.
required: true
pscale-token-id:
description: PlanetScale token ID.
required: true
pscale-token:
description: PlanetScale token.
required: true
pscale-organization:
description: PlanetScale organization.
required: true
pscale-database:
description: PlanetScale database.
required: true
project:
description: Friendly name to prefix projects in Envoyer.
required: false
php-version:
description: The php version to use for the envoyer server.
required: true
github-token:
description: GitHub token to create an authenticated Octokit client.
required: false
default: ${{ github.token }}
servers:
description: 'List of Forge servers to use for deploy previews. Each line must contain a domain name and a Forge server ID separated by a space. Note: currently only supports a single server.'
required: true
branches:
description: 'Branch mapping from git to planetscale. Each line must contain a git branch name and a PlanetScale branch name separated by a space.'
required: false
environment:
description: Environment variables to add or update on the preview site.
required: false
runs:
using: node20
main: dist/index.js