remove gitlab stuff

This commit is contained in:
Lee 2023-03-26 03:09:43 +01:00
parent fabaf5745c
commit f861d6d526
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF
2 changed files with 0 additions and 36 deletions

@ -1,32 +0,0 @@
# cache:
# key: ${CI_COMMIT_REF_SLUG}
# paths:
# - workdir/
# for later?
publish:
image: docker:latest
stage: build
variables:
DOCKER_DRIVER: overlay
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
only:
- main
deploy:
image: alpine:latest
stage: deploy
tags:
script:
- chmod og= $ID_RSA
- apk update && apk add openssh-client
- ssh -i $ID_RSA -o StrictHostKeyChecking=no $SERVER_USER@$SERVER_IP "cd /home/overlay && docker compose pull && docker compose up -d && docker image prune -f"
environment:
name: production
url: https://bs-overlay.fascinated.cc
only:
- main

@ -1,4 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": []
}