Skip to content

Commit 11bb7cf

Browse files
committed
ci: move deploy command into ci config
1 parent 5ab08c9 commit 11bb7cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
- run:
179179
name: Deploy the static site
180-
command: yarn deploy
180+
command: git subtree push --force --prefix out origin master
181181

182182

183183

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"author": "Trezy <tre@trezy.com> (https://trezy.com)",
77
"scripts": {
88
"build": "next build",
9-
"deploy": "git subtree push --prefix out origin master",
109
"dev": "next",
1110
"export": "next export",
1211
"start": "next start"

0 commit comments

Comments
 (0)