Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Servond committed Jul 13, 2023
1 parent 3cff3b4 commit a77ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
source: './projects/client/build,./projects/client/package.json,./projects/server/src,./projects/server/package.json,./deploy.config.js,./package*.json'
source: './projects/client/build,./projects/client/package.json,./projects/server/src,./projects/server/config,./projects/server/migrations,./projects/server/seeders, ./projects/server/uploads, ./projects/server/migrate.js,./projects/server/package.json,./deploy.config.js,./package*.json'
target: '${{ secrets.SSH_FOLDER }}'
- name: Run App
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit a77ecf3

Please sign in to comment.