all repos — homestead @ c4d30eb9557b00e9bab34163a63db2d5047c201e

Code for my website

remove gitlab CI file

Alan Pearce
commit

c4d30eb9557b00e9bab34163a63db2d5047c201e

parent

6679423bfdee7b4f7db25d40838391d4efb3edc2

1 file changed, 0 insertions(+), 47 deletions(-)

jump to
D gitlab-ci.yml
@@ -1,47 +0,0 @@
-image: nixpkgs/nix-flakes - -stages: - - check - - build - - deploy - -check: - stage: check - script: - - nix flake check . --print-build-logs - -build: - stage: build - needs: - - check - before_script: - - . <(nix print-dev-env .#ci) - - mkdir -p "/etc/containers/" - - echo '{"default":[{"type":"insecureAcceptAnything"}]}' > /etc/containers/policy.json - - just docker-image-fly - script: - - export DOCKER_TAG="$(date --utc +%Y%m%d%H%M%S)-${CI_COMMIT_SHA}" - - just nix-build builder - - just docker-image-fly - - just docker-inspect result --tmpdir=$TMPDIR - - just print-docker-tag - - | - if fly auth whoami > /dev/null 2>&1 - then - fly auth docker - just push-to-registry --tmpdir=$TMPDIR - echo FLY_REGISTRY_IMAGE_TAG=$(just print-docker-tag) >> build.env - fi - artifacts: - reports: - dotenv: build.env - -deploy: - stage: deploy - needs: - - build - script: - - fly auth docker - - fly deploy --image $FLY_REGISTRY_IMAGE_TAG - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH