Last active
February 14, 2017 19:48
Revisions
-
Dustin Farris revised this gist
Jun 6, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -11,5 +11,5 @@ deployment: production: branch: master commands: - EMBER_ENV=production npm run-script build - rsync -qaz --delete -e ssh dist/ [email protected]:/var/www/myproject -
Dustin Farris created this gist
May 16, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ machine: node: version: 0.10.28 dependencies: pre: - npm install -g bower override: - npm i - bower i deployment: production: branch: master commands: - ember build --environment=production - rsync -qaz --delete -e ssh dist/ [email protected]:/var/www/myproject