Skip to content

Commit

Permalink
Changing local path to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
equetzal committed Aug 1, 2023
1 parent 5879844 commit 4f3397d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
port: ${{ secrets.PROD_HOST_SSH_PORT }}
username: ${{ secrets.PROD_SSH_USERNAME }}
password: ${{ secrets.PROD_SSH_PASSWORD }}
# local_path: './build/*'
local_path: './*'
local_path: './raw/*'
remote_path: ${{ secrets.PROD_DEPLOY_PATH }}
delete_remote_files: true
sftp_only: false
File renamed without changes.

0 comments on commit 4f3397d

Please sign in to comment.