https://github.com/ohno/deploy-example
https://github.com/ohno/deploy-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohno/deploy-example
- Owner: ohno
- Created: 2023-12-31T18:27:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T04:57:11.000Z (over 1 year ago)
- Last Synced: 2025-07-04T03:41:05.695Z (12 months ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deploy-example
settings: https://github.com/ohno/deploy-test/settings/secrets/actions
## FTP
https://github.com/ohno/deploy-test/blob/main/.github/workflows/ftp-deploy.yml
| variable | example |
| - | - |
| FTP_PASSWORD | `********` |
| FTP_SERVER | `****.sakura.ne.jp` |
| FTP_SERVER_DIR | `www` |
| FTP_USERNAME | `user` |
Reference:
- https://zenn.dev/hirof1990/articles/2f8eeab56b8637
- https://olein-design.com/blog/push-to-github-and-ftp-upload-to-server-at-the-same-time
- https://github.com/SamKirkland/FTP-Deploy-Action
## SSH
https://github.com/ohno/deploy-test/blob/main/.github/workflows/ssh-deploy.yml