Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khengyun authored Jan 4, 2024
1 parent 0620050 commit 834005a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
server: ${{ secrets.FTP_SERVER }}
port: ${{ secrets.FTP_PORT }}
local_path: './static/*'
remote_path: '/var/www/app'
local_path: './app/*'
remote_path: '/home/'
sftp_only: true
password: ${{ secrets.FTP_PASSWORD }}

0 comments on commit 834005a

Please sign in to comment.