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 6d706fd commit c223d17
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,11 @@ jobs:
&& yarn install \
&& yarn build \
- name: 'Upload app files'
uses: appleboy/scp-action@master
- name: 'Upload files'
uses: appleboy/scp-action@v0.1.7
with:
host: ${{secrets.OCI_INSTANCE_PUBLIC_IP}}
username: "ocp"
username: ${{secrets.USERNAME}}
key: ${{secrets.OCI_SSH_PRIVATE_KEY}}
source: "apps/*"
target: "app/"

# - name: 'Start app'
# run: |
# ls .


source: package.json
target: /home/memory-snap/

0 comments on commit c223d17

Please sign in to comment.