There was an error while loading. Please reload this page.
1 parent eaad772 commit 9da8ce9Copy full SHA for 9da8ce9
deploy.sh
@@ -7,7 +7,7 @@ git config user.name "${USER_NAME}"
7
git config user.email "${USER_EMAIL}"
8
git init
9
git add -A
10
-git commit -m 'deploy'
+git commit -m 'abc'
11
git push -f git@github.com:chen129/cl-ui.git master:${P_BRANCH}
12
13
cd -
0 commit comments