Skip to content

Commit

Permalink
Fix for deploy script (#1033)
Browse files Browse the repository at this point in the history
* fixing deploy to avoid using ssh

* other attempt
  • Loading branch information
tlienart authored Oct 9, 2020
1 parent 5a5a0e2 commit a7b00cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
persist-credentials: false
- name: Install SSH Client
if: github.event_name != 'pull_request' || github.repository == github.event.pull_request.head.repo.full_name # if this build is NOT a PR build, OR if this build is a PR build and the PR is NOT from a fork
uses: webfactory/ssh-agent@v0.2.0
uses: webfactory/ssh-agent@v0.4.1
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Fix URLs for PR preview deployment (pull request previews)
Expand Down

0 comments on commit a7b00cd

Please sign in to comment.