Skip to content

Commit b9f4942

Browse files
committed
Add deploy step to CI
1 parent f5264d3 commit b9f4942

File tree

2 files changed

+114
-111
lines changed

2 files changed

+114
-111
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
mkdir -p ~/build-temp
7878
cp /usr/local/bin/meteor ~/build-temp/meteor-bin
7979
80+
- deploy:
81+
command: meteor npm run deploy
82+
8083
- save_cache:
8184
paths:
8285
- node_modules

0 commit comments

Comments
 (0)