We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab08c9 commit 11bb7cfCopy full SHA for 11bb7cf
.circleci/config.yml
@@ -177,7 +177,7 @@ jobs:
177
178
- run:
179
name: Deploy the static site
180
- command: yarn deploy
+ command: git subtree push --force --prefix out origin master
181
182
183
package.json
@@ -6,7 +6,6 @@
6
"author": "Trezy <tre@trezy.com> (https://trezy.com)",
7
"scripts": {
8
"build": "next build",
9
- "deploy": "git subtree push --prefix out origin master",
10
"dev": "next",
11
"export": "next export",
12
"start": "next start"
0 commit comments