Skip to content

Commit

Permalink
Fix werkcer deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Apr 2, 2015
1 parent 4cb562b commit 654779d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wercker.yml
Expand Up @@ -18,6 +18,17 @@ build:


deploy: deploy:
steps: steps:
- script:
name: set up permissions
code: |
export NODE_ENV=development
chmod 777 -R .
chmod 777 -R $WERCKER_CACHE_DIR
- script:
name: install npm@2
code: |
npm cache clean
sudo npm i -g npm
- install-packages: - install-packages:
packages: zip packages: zip
- script: - script:
Expand Down

0 comments on commit 654779d

Please sign in to comment.