-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from fourkitchens/create-init-command
Initial definitnion for fire init
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Indicate the NPM command to run the Theme build. | ||
local_theme_build_script: build | ||
# Set the name of platform where your site is currently running, available options: pantheon, acquia | ||
remote_platform: pantheon | ||
|
||
# Remote plaform Sites machine name. | ||
remote_sitename: my-site | ||
|
||
# Remote platform canonical env (The env to pull files and database from). | ||
remote_canonical_env: live | ||
|
||
# (Optional setting), the system will try to automatically get your theme, but you can always specify the theme you require to use. | ||
#local_fe_theme_name: theme-name | ||
|
||
# (Optional setting), the system will automatically detected your local env, currently available: ddev, lando. | ||
#local_environment : lando |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters