Skip to content

Commit 109765b

Browse files
committed
fix: update success command in package.json to use SSH for documentation deployment
1 parent 39761d7 commit 109765b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
[
4141
"@semantic-release/exec",
4242
{
43-
"successCmd": "sh -lc 'cd documentation && npm ci && npm run build && npm run deploy'"
43+
"successCmd": "sh -lc 'cd documentation && npm ci && npm run build && USE_SSH=1 npm run deploy'"
4444
}
4545
]
4646
],

0 commit comments

Comments
 (0)