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 374b34d commit 5384cc8Copy full SHA for 5384cc8
bin/deploy.sh
@@ -20,12 +20,5 @@ else
20
COMMIT_MSG="Deploy from actions"
21
fi
22
23
-# 追加されたサーバー情報を取得(オプション)
24
-NEW_SERVERS=$(git diff --cached instances.csv | grep '^+' | grep -v '^+++' | cut -d',' -f1 | sed 's/^+//' | head -3 | paste -sd ', ' || echo "")
25
-
26
-if [ -n "$NEW_SERVERS" ]; then
27
- COMMIT_MSG="$COMMIT_MSG - Added: $NEW_SERVERS"
28
-fi
29
30
git commit --quiet -m "$COMMIT_MSG"
31
git push --force --quiet "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" main:gh-pages
0 commit comments