mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Add command for staging env (#33)
This commit is contained in:
parent
99655ea7e0
commit
1dc9b6c986
3 changed files with 14 additions and 1 deletions
|
|
@ -3,6 +3,9 @@ environment = { PHP_VERSION = "7.2" }
|
|||
publish = "/dist"
|
||||
command = "./build.sh"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "./staging.sh"
|
||||
|
||||
[[redirects]]
|
||||
from = "/docs/master/*"
|
||||
to = "/docs/v2/:splat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue