diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7620bcb..f0cdaac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ deploy: stage: deploy image: ictu/sshpass script: - - sshpass -p c4c5f47918a6310d79de188465218b440c69570c ssh -o StrictHostKeyChecking=no kubeuser@stare.gg 'kubectl rollout restart deployments/stare-site -n stare' + - sshpass -p c4c5f47918a6310d79de188465218b440c69570c ssh -o StrictHostKeyChecking=no kubeuser@stare.gg 'kubectl rollout restart deployments/proxy-detection-api' environment: name: production diff --git a/k8s-deployment.yaml b/k8s-deployment.yaml index 7c011e9..414d2fe 100644 --- a/k8s-deployment.yaml +++ b/k8s-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: proxy-detection-api - image: your-registry/proxy-detection-api:latest + image: registry.stare.gg/boki/proxy-detection-api:latest ports: - containerPort: 2424 env: @@ -67,3 +67,4 @@ spec: targetPort: 2424 protocol: TCP type: ClusterIP +