Skip to content

Commit

Permalink
updated deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 15, 2024
1 parent bd4f57b commit 3c3d062
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 @@ -43,7 +43,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{secrets.OCI_INSTANCE_PUBLIC_IP}}
username: ${{secrets.USERNAME}}
username: ${{secrets.OCI_USERNAME}}
key: ${{secrets.OCI_SSH_PRIVATE_KEY}}
passphrase: ${{secrets.OCI_SSH_PRIVATE_KEY_PASSPHRASE}}
source: package.json
Expand Down

0 comments on commit 3c3d062

Please sign in to comment.