php-actions/Deploy (php-actions)

Deploy your application to servers or containers

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ssh_keyThe private key to use for SSH connectionno
hostnameThe hostname of the remote server to SSH toyes
portThe port of the remote server to SSH toyes22
userThe SSH user to use for deploymentyesdeploy
pathAbsolute path on the remote server to deploy intoyes/app
path_ownerThe user and group to change ownership of deployment path to after transferno
transfer_pathAbsolute path on the remote server to use for the transfer, which will contain a directory named as the current Git SHAyes/tmp/php-actions--deploy
post_transfer_scriptPath that post-transfer script will be moved to for executionyes~/post-transfer.bash
post_transfer_script_prefixCommand to run post-transfer script with (defaults to sudo, set to blank string or other command)yessudo
after_commandCommand to execute after deploymentno

no outputs