Remove deployment to staging environment

This commit is contained in:
s3lph 2020-12-28 10:01:12 +01:00
parent 94b935d7e9
commit 119ed38f28

View file

@ -118,21 +118,6 @@ build_archlinux:
- tags
staging:
stage: deploy
script:
- eval $(ssh-agent -s)
- ssh-add - <<<"$STAGING_SSH_PRIVATE_KEY"
- echo "$CI_COMMIT_SHA" | ssh -p 20022 -oStrictHostKeyChecking=no matemat@kernelpanic.lol
environment:
name: staging
url: https://matemat.kernelpanic.lol/
only:
- staging
release:
stage: deploy
script: