Remove deployment to staging environment
This commit is contained in:
parent
94b935d7e9
commit
119ed38f28
1 changed files with 0 additions and 15 deletions
|
@ -118,21 +118,6 @@ build_archlinux:
|
||||||
- tags
|
- 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:
|
release:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue