├── .gitignore ├── README.md └── github-actions-capistrano.yml /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LightningFF/deploy/HEAD/README.md -------------------------------------------------------------------------------- /github-actions-capistrano.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LightningFF/deploy/HEAD/github-actions-capistrano.yml --------------------------------------------------------------------------------