Skip to content

Commit

Permalink
Merge pull request #17 from fourkitchens/create-init-command
Browse files Browse the repository at this point in the history
Initial definitnion for fire init
  • Loading branch information
rigoucr committed Feb 9, 2024
2 parents c844d11 + b3e1091 commit c468955
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions assets/templates/fire.yml
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
2 changes: 0 additions & 2 deletions src/Robo/Plugin/Commands/FireCommandBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/
class FireCommandBase extends Tasks {


/**
* The current drupal Root path.
*
Expand Down Expand Up @@ -84,5 +83,4 @@ public function getCliToolStatus(string $toolRootCommand) {
return $result->wasSuccessful();
}


}

0 comments on commit c468955

Please sign in to comment.