Skip to content

Commit

Permalink
fixup! fixup! Add deployment to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 24, 2020
1 parent e729716 commit 96b609d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
git add .
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
echo ${{ secrets.DEPLOY_KEY }} > .github/deploy_key
chmod 600 .github/deploy_key
eval "$(ssh-agent -s)"
ssh-add .github/deploy_key
ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"
git push "$SSH_REPO" "$TARGET_BRANCH"

0 comments on commit 96b609d

Please sign in to comment.