Skip to content

Commit

Permalink
fix: update work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKcodeXD committed Mar 10, 2024
1 parent 016d883 commit 0384714
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@ jobs:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: '.output/ .nuxt/'
source: '.output/'
target: '/www/wwwroot/MMGC/MMGC-frontend'

- name: Copy .nuxt
uses: appleboy/scp-action@master
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: '.nuxt/'
target: '/www/wwwroot/MMGC/MMGC-frontend'

- name: Install Dependencies on Server
Expand Down

0 comments on commit 0384714

Please sign in to comment.