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 2417f6e commit 44431ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ jobs:
&& yarn install \
&& yarn build \
#
- name: 'Upload app files'
uses: applyboy/scp-action@master
with:
host: ${{secrets.OCI_INSTANCE_PUBLIC_IP}}
username: ocp
username: "ocp"
key: ${{secrets.OCI_SSH_PUB_KEY}}
source: apps/*
target: app/
source: "apps/*"
target: "app/"

- name: 'Start app'
run: |
Expand Down

0 comments on commit 44431ea

Please sign in to comment.