1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(CI): Fix deploy-gitsats directory and target URI

This commit is contained in:
Anthony Bilinski 2022-02-21 08:03:01 -08:00
parent 0df98ce64f
commit a1f19f44e2
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cd "$GITSTATS_DIR"
COMMIT=$(cd qTox && git describe)
COMMIT=$(git describe)
git init --quiet
git config user.name "qTox bot"
@ -29,4 +29,4 @@ echo "Pushing to GH pages..."
touch /tmp/access_key
chmod 600 /tmp/access_key
echo "$access_key" > /tmp/access_key
GIT_SSH_COMMAND="ssh -i /tmp/access_key" git push --force --quiet "git@github.com/qTox/gitstats.git" master:gh-pages
GIT_SSH_COMMAND="ssh -i /tmp/access_key" git push --force --quiet "git@github.com:qTox/gitstats.git" master:gh-pages