cutevur.blogg.se

How to set up bitbucket
How to set up bitbucket









A better method is to use SSH keys to identify the client to the server. Whilst it’s possible to establish an SSH connection with just a password, it’s not the most secure method. To do so we need to SSH into our remote server (as any user with sudo privileges) and create the new user which we’ll call ‘builder’ with the following command: sudo useradd builder 1.2 Generate SSH key pair We’ll start by creating a new user on the remote server which we will use later in the pipeline to connect via SSH.

how to set up bitbucket

Step 1: Setting up a user on the remote server 1.1 Create new ‘builder’ user A BitBucket account and repository with your site’s source code.A remote server with SSH access (in this example we’re using a DigitalOcean droplet running Ubuntu).











How to set up bitbucket