Skip to content

Commit 5a7b128

Browse files
committed
deploy properly on ftp
1 parent 1731ca3 commit 5a7b128

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
delete:
4-
name: 🚀 Deploy and cleanup emulator website
4+
name: 🚀 Deploy and cleanup website
55
jobs:
66
web-deploy:
77
name: 🎉 Deploy
@@ -29,7 +29,7 @@ jobs:
2929
server: ${{ secrets.ftp_server }}
3030
username: ${{ secrets.ftp_user }}
3131
password: ${{ secrets.ftp_password }}
32-
local-dir: ./micropatterns_emulator/
32+
local-dir: ./keyboard/
3333
server-dir: ${{ steps.deploy-path.outputs.server_dir }}
3434

3535
cleanup-deploy:
@@ -62,7 +62,7 @@ jobs:
6262
username: ${{ secrets.ftp_user }}
6363
password: ${{ secrets.ftp_password }}
6464
local-dir: ./empty-folder/
65-
server-dir: ./micropatterns_emulator/${{ steps.cleanup-path.outputs.folder_path }}/
65+
server-dir: ./keyboard/${{ steps.cleanup-path.outputs.folder_path }}/
6666
delete: true
6767
exclude: |
6868
**/.git*

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ I iterated and got feedbacks and guidance from [Ken Kocienda on Bluesky](https:/
3232

3333
### I want to play with it!
3434

35-
You can test it here: [Blob Keyboard web demo](https://juliendorra.github.io/blob-keyboard-simulator/blob-keyboard-simulator.html)
35+
You can test it here: [Blob Keyboard web demo](https://juliendorra.com/blobkeyboard)
36+
37+
If you want to use it on iPhone 2G or 3G, use the http, no SSL: [Blob Keyboard web demo no SSL](http://juliendorra.com/blobkeyboard)
3638

3739
It work with a touchpad or mouse on a computer, but it's meant for mobile and touchscreen! That way it's much closer to the original experience.
3840

File renamed without changes.

0 commit comments

Comments
 (0)