diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06a3c1c..5a5691a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: