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 11, 2024
1 parent 269025d commit 6d706fd
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 @@ -44,7 +44,7 @@ jobs:
with:
host: ${{secrets.OCI_INSTANCE_PUBLIC_IP}}
username: "ocp"
key: ${{secrets.OCI_SSH_PUB_KEY}}
key: ${{secrets.OCI_SSH_PRIVATE_KEY}}
source: "apps/*"
target: "app/"

Expand Down

0 comments on commit 6d706fd

Please sign in to comment.