From cd18e0cbab3d757c4db8d5d802a1ab768219e9e4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 8 May 2017 08:55:11 +0100 Subject: [PATCH] Revert app.yml --- app.yml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/app.yml b/app.yml index a5a4ccd0..f1148764 100644 --- a/app.yml +++ b/app.yml @@ -1,5 +1,16 @@ -build: - type: composer +api: '1' + +sculpin: + theme: + build: + bower: yes + npm: no + type: gulp + yarn: yes + path: ~ + +composer: + install: yes redirects: "^/about": { to: "/" } @@ -128,14 +139,10 @@ redirects: "^/terms-and-conditions": { to: "/terms" } "^/work": { to: "/experience" } -commands: - build: | - yarn --pure-lockfile - node_modules/.bin/bower install - node_modules/.bin/gulp --production - vendor/bin/sculpin generate --env=prod - deploy: - restart_php: false - restart_webserver: true - type: rsync + restart_php: false + restart_webserver: true + rsync: + options: '-vzcrSLh' + delete: true + type: rsync