Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
update build to use different secret
  • Loading branch information
Steven-Eardley authored Jan 15, 2024
1 parent f1b5d16 commit 7ecda43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
host: dev.openaccessbutton.org
user: ${{secrets.USER_TEST_V1}}
private_key: ${{secrets.GA_ED25519}}
private_key: ${{secrets.ID_ED25519}}
host_fingerprint: ${{secrets.FINGERPRINT_TEST_V1}}
command: cd ~/dev/oaworks/embed && git pull && cd ~/dev/openresearchbutton/website && git pull && node build.js && sudo nginx -s reload

0 comments on commit 7ecda43

Please sign in to comment.