Skip to content

Commit

Permalink
update user and key
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Jun 7, 2024
1 parent 4324ea6 commit 7f1a317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
env:
DOCKER_TAG: ${{ inputs.docker-tag }}
BRANCH_NAME: ${{ inputs.branch-name }}
DEPLOYMENT_USER: ${{ vars.DEPLOYMENT_USER || 'ge32yam' }} # TODO: remove default value and add environment variable
DEPLOYMENT_USER: ${{ vars.DEPLOYMENT_USER || 'ga92nur' }} # TODO: remove default value and add environment variable
DEPLOYMENT_HOST: ${{ vars.DEPLOYMENT_HOST || 'athenetest1-03.ase.cit.tum.de' }} # TODO: remove default value and add environment variable
DEPLOYMENT_FOLDER: ${{ vars.DEPLOYMENT_FOLDER || '/srv/athena' }} # TODO: remove default value and add environment variable
DEPLOYMENT_HOST_PUBLIC_KEYS: ${{ vars.DEPLOYMENT_HOST_PUBLIC_KEYS || 'athenetest1-03.ase.cit.tum.de ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDjL4fx0eOUeGJBadxwfu2tg0xBt1/Stki3hgI1khH4GIepznd3Y+rihFq0canku+TlXAY81AKsSAIkEr0aCe/Q=' }} # TODO: remove default value and add environment variable
GATEWAY_USER: "jump"
GATEWAY_HOST: "gateway.artemis.in.tum.de:2010"
GATEWAY_HOST_PUBLIC_KEY: "[gateway.artemis.in.tum.de]:2010 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKtTLiKRILjKZ+Qg4ReWKsG7mLDXkzHfeY5nalSQUNQ4"
GATEWAY_HOST_PUBLIC_KEY: "[gateway.artemis.in.tum.de]:2010 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICK3EUhNVNwMBCbQExpk8231NUHLYpsUN3a5B431Ynf0"

steps:
# Download athena-server-cli from GH without cloning the Repo
Expand Down

0 comments on commit 7f1a317

Please sign in to comment.