mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 16:58:00 +00:00
10 lines
215 B
TOML
10 lines
215 B
TOML
[build]
|
|
publish = "public/"
|
|
command = "rake build"
|
|
|
|
[context.branch-deploy]
|
|
command = "rake build[branch-deploy,$DEPLOY_PRIME_URL]"
|
|
|
|
[context.deploy-preview]
|
|
command = "rake build[deploy-preview,$DEPLOY_PRIME_URL]"
|