Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 30, 2024
1 parent 2f374b8 commit 30e2f8c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 'replace-nx-with-turborepo'

jobs:

build_and_deploy:
Expand All @@ -11,7 +12,6 @@ jobs:
matrix:
node-version: [18.x]


runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -33,11 +33,7 @@ jobs:
&& yarn build \
- name: 'Upload files'
uses: wangyucode/[email protected]
with:
host: ${{secrets.OCI_INSTANCE_PUBLIC_IP}}
username: ${{secrets.OCI_USERNAME}}
compress: true
source: '../../'
remoteDir: '/home/memory-snap/'
exclude: '.git', '*.md', 'design', '.husky', '.github', '.*'
uses: appleboy/scp-action@master
with:
host: ${{secrets.OCI_INSTANCE_PUBLIC_IP}}

0 comments on commit 30e2f8c

Please sign in to comment.