diff --git a/dist/chain/build-install.yml b/dist/chain/build-install.yml new file mode 100644 index 0000000..162cee7 --- /dev/null +++ b/dist/chain/build-install.yml @@ -0,0 +1,13 @@ +command: + name: build:install + description: 'Build site by installing and importing configuration' +commands: + # Install site + - command: site:install + options: + force: true + no-interaction: true + arguments: + profile: standard + # Import configuration + - command: build diff --git a/dist/chain/build.yml b/dist/chain/build.yml new file mode 100644 index 0000000..0647d76 --- /dev/null +++ b/dist/chain/build.yml @@ -0,0 +1,10 @@ +command: + name: build + description: 'Build site' +commands: + # Import configuration + - command: config:import + # Rebuild caches. + - command: cache:rebuild + arguments: + cache: all