Site Deploys
Bitbucket
Go into the Repo settings / Pipelines / SSH Keys Add your destination server(s) to Known hosts
Add USER
and PASSWORD
variables (if you're not using an SSH key) to the Repository variables
Add a bitbucket-pipelines.yml
file. Here's a basic one for deploying to a SFTP server:
Github Actions
Potential Github SFTP action: https://github.com/Creepios/sftp-action
Dandelion
Last updated