Remove gitlab-ci.yml We've transferred to Gitea [0] and Woodpecker, so this is now obsolete. [0]: git.rensoliemans.nl/rens/website
1 files changed, 0 insertions(+), 14 deletions(-) D .gitlab-ci.yml
D .gitlab-ci.yml => .gitlab-ci.yml +0 -14
@@ 1,14 0,0 @@ deploy: image: alpine:latest before_script: - apk add rsync openssh-client - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - - mkdir -p ~/.ssh - chmod 700 ~/.ssh - echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts script: - rsync -zav src $SERVER:$LOCATION only: - main