Skip to content
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.

Commit

Permalink
adds circle deploy structure and artifact directory (nextzen#87)
Browse files Browse the repository at this point in the history
* adds circle deploy structure and artifact directory

* testing deploy

* ignore tests for now

* lets be lazy

* adds dot for good messure

* moving index files to render map

* handling public for now

* just building master
  • Loading branch information
Baldur Gudbjornsson authored and hanbyul-here committed May 4, 2016
1 parent 95e176c commit 3aa5d69
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 667 deletions.
19 changes: 18 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
machine:
node:
version: 4.2.2
version: 4.2.2
general:
artifacts:
- "dist"

test:
override:
- echo "Testing enabled later"

deployment:
production:
branch: master
commands:
- npm install
- npm run build
- cp index.html dist/
- cp -R public dist/
- aws s3 sync dist "s3://erasermap.com/maps"
Empty file added dist/.gitkeep
Empty file.
Loading

0 comments on commit 3aa5d69

Please sign in to comment.