Open alexisphilip opened 5 years ago
Every push to master branch on the Bonobo server, we would like to upload the updated files through SFTP on the DEV server.
How can I setup (and where) an SFTP to upload to the DEV server only when I push to the master branch?
Should we do it this way:
Local → [COMMIT & PUSH] → GIT server → [SFTP] → DEV server.
Or this way:
Local → [COMMIT & PUSH] → GIT server. If PUSH: Local → [SFTP] → DEV server.
Local → [COMMIT & PUSH] → GIT server.
If PUSH:
Local → [SFTP] → DEV server.
Thank you.
Every push to master branch on the Bonobo server, we would like to upload the updated files through SFTP on the DEV server.
How can I setup (and where) an SFTP to upload to the DEV server only when I push to the master branch?
Should we do it this way:
Or this way:
Thank you.