Skip to content

Commit

Permalink
Working deploy?
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Bok committed Dec 15, 2015
1 parent 9cca44c commit 2ce0737
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions wercker.yml
Expand Up @@ -2,6 +2,8 @@ box: nolimitid/node-phantom

build:
steps:
- install-packages:
packages: zip
- script:
name: load git revisions
code: |
Expand All @@ -10,26 +12,15 @@ build:
git fetch --unshallow || true
- npm-install
- npm-test
# - script:
# name: builds.framerjs.com
# code: |
# node_modules/.bin/gulp build-release

- script:
name: release build
code: |
make dist
deploy:
steps:
- script:
name: load git revisions
code: |
git remote set-url origin https://github.com/$WERCKER_GIT_OWNER/$WERCKER_GIT_REPOSITORY.git
cd $WERCKER_SOURCE_DIR
git fetch --unshallow || true
- npm-install
- install-packages:
packages: zip
- script:
name: builds.framerjs.com
code: |
npm rebuild
node_modules/.bin/gulp build-release
ls -la build
make site%build
make site%upload

0 comments on commit 2ce0737

Please sign in to comment.