Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Commit and push the repo.

  • On the gitlab repo web page, go to SettingsRepository.

  • Expand the Deploy keys section.

  • Click the Add new key button.

  • Enter the Title field (e.g. Run-time environment).

  • Copy and paste the contents of the SSH key .pub file into the Key field.

  • Depending on whether or not you wish to develop in another environment and only deploy to the run-time environment, or whether you wish to use the container to make changes to the codebase, select whether or not to grant write privileges to the deploy key.

Create Dockerfile

Add gitlab deploy key.

...