Browse Source

chore(CI): Correct doxygen deploy access

reviewable/pr6495/r1
Anthony Bilinski 3 years ago
parent
commit
25b70761e5
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 1
      .ci-scripts/deploy-docs.sh
  2. 2
      .github/workflows/build-test-deploy.yaml

1
.ci-scripts/deploy-docs.sh

@ -45,6 +45,7 @@ git add . @@ -45,6 +45,7 @@ git add .
git commit --quiet -m "Deploy to GH pages from commit: $GIT_CHASH"
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/doxygen.git" master:gh-pages

2
.github/workflows/build-test-deploy.yaml

@ -503,7 +503,7 @@ jobs: @@ -503,7 +503,7 @@ jobs:
- name: Deploy
if: github.ref == 'refs/heads/master'
env:
access_key: ${{ secrets.GITSTATS_DEPLOY_KEY }}
access_key: ${{ secrets.DOXYGEN_DEPLOY_KEY }}
run: ./.ci-scripts/deploy-docs.sh
build-gitstats:
name: Gitstats

Loading…
Cancel
Save