Skip to content

Commit

Permalink
Revert "Set bastion ssh"
Browse files Browse the repository at this point in the history
This reverts commit 7157066.
  • Loading branch information
minottic committed Dec 7, 2023
1 parent 7157066 commit ab7712a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
25 changes: 0 additions & 25 deletions .github/actions/open-ssh-tunnel/action.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/reusable.build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ on:
SSH_PRIVATE_KEY:
description: ssh key to private submodule
required: false
BASTION_USER:
description: ssh bastion user@server
required: true
BASTION_SSH_KEY:
description: bastion ssh key
required: true

jobs:

Expand Down Expand Up @@ -137,12 +131,6 @@ jobs:
with:
ref: ${{ inputs.commit }}

- name: Open ssh tunnel
uses: paulscherrerinstitute/scicat-ci/.github/actions/open-ssh-tunnel@bastion_ssh
with:
bastion_user: '${{ secrets.BASTION_USER }}'
bastion_ssh_key: '${{ secrets.BASTION_SSH_KEY }}'

- name: Deploy to k8s using helm
id: helm-deploy
uses: paulscherrerinstitute/scicat-ci/.github/actions/deploy-helm@main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/scicat-search-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ jobs:
COMPONENT_CONFIG=helm/configs/search-api/component-config.json
secrets:
KUBECONFIG: ${{ secrets.KUBECONFIG }}
BASTION_USER: ${{ secrets.BASTION_USER }}
BASTION_SSH_KEY: ${{ secrets.BASTION_SSH_KEY }}

0 comments on commit ab7712a

Please sign in to comment.