Skip to content

Commit

Permalink
upload to prod (#30)
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

* [Task] #6 basic log (#26)

* [CHANGE] #6 revert back to require output for production

* [Task] #6 add ability to manually upload to prod
  • Loading branch information
Type-Style authored Jan 14, 2024
1 parent 2cafc00 commit ce17a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy via ftp
on:
workflow_dispatch:
push:
branches: [ "main" ]
jobs:
Expand Down

0 comments on commit ce17a41

Please sign in to comment.