Skip to content
  1. Dec 23, 2020
  2. Dec 11, 2020
    • nimrod's avatar
      Manual deployment. · 4b8220af
      nimrod authored
      Can't deploy with the runner, the jobs fail because the runner is
      restarted during. Do the pull and build with the CI, but the actual
      deployment with a script locally.
      4b8220af
    • nimrod's avatar
      Refactor .gitlab-ci.yml. · 9998c489
      nimrod authored
      Can't use the "host" variable as the tag. Workaround that with YAML
      anchors (ugly but works).
      9998c489
    • nimrod's avatar
      Fix issues from pre-commit. · 2f93d72f
      nimrod authored
      2f93d72f
    • nimrod's avatar
      Updates. · 7b34e716
      nimrod authored
      - New version.
      - pre-commit.
      - GitLab CI/CD.
      - Always pull new images.
      7b34e716
  3. Nov 22, 2020
  4. Nov 21, 2020
    • nimrod's avatar
      Run untagged jobs. · dfc42dda
      nimrod authored
      Set the runners to run untagged jobs (I only enabled tagging to run
      specific jobs in specific runners, the untagged jobs should still run
      wherever).
      dfc42dda
    • nimrod's avatar
      Refactor. · 5fc0ae11
      nimrod authored
      Move the runner specific files to the `runner` directory.
      5fc0ae11
    • nimrod's avatar
      Docker clean. · 2301aa91
      nimrod authored
      Run the docker-clean image daily. Remove failed builds and such.
      2301aa91
    • nimrod's avatar
      Tag runners. · 8e2a1748
      nimrod authored
      Tag with the runner name (useful for deployments so I don't have to copy
      files over SSH).
      8e2a1748
  5. Nov 14, 2020