Skip to content

Commit

Permalink
update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 16, 2024
1 parent d8e2e96 commit 1bb47a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
host: ${{secrets.OCI_INSTANCE_PUBLIC_IP}}
username: ${{secrets.OCI_USERNAME}}
compress: true
source: ../../
remoteDir: /home/memory-snap/
source: '../../'
remoteDir: '/home/memory-snap/'
exclude: '.git', '*.md', 'design', '.husky', '.github', '.*'

0 comments on commit 1bb47a3

Please sign in to comment.