Skip to content
Snippets Groups Projects

Gitlab CI backup

Merged Marin Jankovski requested to merge gitlab_ci_backup into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Marin Jankovski Added 2 commits:

    Added 2 commits:

    • 81f88dd4 - Check if unicorn dir exists as a sign which service is installed.
    • 558b0ec8 - Move the message after the check of the directory existence.
  • Marin Jankovski Added 13 commits:

    Added 13 commits:

  • 29 29 plain_url: <%= single_quote(@gravatar_plain_url) %>
    30 30 ssl_url: <%= single_quote(@gravatar_ssl_url) %>
    31 31
    32 ## Backup settings
    33 backup:
    34 path: "<%= @backup_path %>" # Relative paths are relative to Rails.root (default: tmp/backups/)
    35 keep_time: <%= @backup_keep_time %> # default: 0 (forever) (in seconds)
    36 upload:
    37 # Fog storage connection settings, see http://fog.io/storage/ .
    38 connection: <%= @backup_upload_connection.to_json if @backup_upload_connection %>
    39 # The remote 'directory' to store your backups. For S3, this would be the bucket name.
    40 remote_directory: <%= single_quote(@backup_upload_remote_directory) %>
  • Marin Jankovski mentioned in commit aeea55d7

    mentioned in commit aeea55d7

  • Marin Jankovski Status changed to merged

    Status changed to merged

  • Please register or sign in to reply
    Loading