~rensoliemans/website

dc92b7ef76879649df462656053731a4854c7a8d — Rens Oliemans 2 years ago 7ad5a3e
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