php-actions/Deploy (php-actions)
Deploy your application to servers or containers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_key | The private key to use for SSH connection | no | — |
| hostname | The hostname of the remote server to SSH to | yes | — |
| port | The port of the remote server to SSH to | yes | 22 |
| user | The SSH user to use for deployment | yes | deploy |
| path | Absolute path on the remote server to deploy into | yes | /app |
| path_owner | The user and group to change ownership of deployment path to after transfer | no | — |
| transfer_path | Absolute path on the remote server to use for the transfer, which will contain a directory named as the current Git SHA | yes | /tmp/php-actions--deploy |
| post_transfer_script | Path that post-transfer script will be moved to for execution | yes | ~/post-transfer.bash |
| post_transfer_script_prefix | Command to run post-transfer script with (defaults to sudo, set to blank string or other command) | yes | sudo |
| after_command | Command to execute after deployment | no | — |
Outputs
no outputs