Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndt080 authored Oct 21, 2023
1 parent 73eca1f commit dc7bde0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
run: pnpm install

- name: Build
run: pnpm run build

run: |
pnpm run build
cd dist
- name: Connect by SSH and move build files
uses: appleboy/[email protected]
with:
Expand All @@ -50,5 +52,5 @@ jobs:
password: ${{ secrets.SSH_PASS }}
port: ${{ secrets.SSH_PORT }}
target: ${{ vars.PROJECT_DIR }}
source: dist/*
source: "./*"
rm: true

0 comments on commit dc7bde0

Please sign in to comment.