This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Setup the following variables inside CI / CD Settings | |
| # SSH_USER - user that will should connect to the server via ssh; user@domain.tld | |
| # SSH_PRIVATE_KEY - RSA private key that should be used | |
| # SSH_PROJECT_PATH - path to the folder to be copied | |
| stages: | |
| - deploy | |
| deploy to dev: | |
| image: ubuntu |