Skip to content

Commit

Permalink
fix: copy .nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKcodeXD committed Mar 10, 2024
1 parent 4b6a4a0 commit 016d883
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ jobs:

- name: List output directory contents
run: ls -R .output/

- name: List output directory contents
run: ls -R .nuxt/

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

- name: Install Dependencies on Server
Expand Down

0 comments on commit 016d883

Please sign in to comment.