Skip to content

Commit

Permalink
[fix] #6 upload (#25)
Browse files Browse the repository at this point in the history
* [Task] #6 provide fallback index.html

* [Task] #6 production ready code (m)

move httpdocs folder to dist
have compile without sourcemaps for faster speed

* [Task] #6 create github action for upload when main is updated (#21)

* [change] #6 new ftp upload action

* [Fix] #6 replace host with server in ftp action
  • Loading branch information
Type-Style authored Jan 12, 2024
1 parent 1410a37 commit f66f835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Upload ftp
uses: airvzxf/ftp-deployment-action@latest
with:
host: ${{ secrets.FTP_SERVER }}
server: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local_dir: "dist"

0 comments on commit f66f835

Please sign in to comment.