What are the steps for Deploying Python Project Via GIT SVN


Deploy Python Project via GIT/SVN


You can host any public or the private Python project at CloudJiffy using the GIT or SVN version control system. It will be properly deployed to the CloudJiffy Cloud with all the required submodules and dependencies, exported from the remote repository.
To do this, follow the given instruction:


 
2. In the Add project dialog box, choose the version control system working with (Git or SVN) and fill in the required fields:
  • for Git
    • URL to the project (httphttpsgit or ftp link)
    • Branch of my project
  • for SVN
    • URL to the project (httphttps or svn link)
    • Login and Password of the repository (if this is required)

You can deploy just one Python project to your environment, so the Path for the application (i.e. context) will be ROOT by default and can’t be changed.

  
 
3.In case the Git repository you would like to access is private, put a tick to the Use authentication checkbox. You’ll see an additional section expanded, where you can enter your authentication data.
Firstly, choose the Access type that are going to use for connecting to your remote repository (Passwordor SSH key). Depending on the chosen option, fill in the following fields:
  • enter the Git account credentials (Login and Password) for the Password access type
  • type the Git account Login and choose the appropriate private SSH key from the Select key drop-down list for the SSH key access type (more details on SSH authorization for GIT see here)

 






Was this article helpful?

mood_bad Dislike 1
mood Like 1
visibility Views: 15418