Skip to content

Commit

Permalink
add ssh-agent startup to CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Sep 20, 2024
1 parent 323380a commit 8e297ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ deploy-prod:
variables:
APP_ENVIRONMENT: $CI_JOB_STAGE
before_script:
- eval $(ssh-agent -s)
- chmod 400 "$DOCKER_SSH_KEY"
- ssh-add "$DOCKER_SSH_KEY"
script:
Expand Down

0 comments on commit 8e297ba

Please sign in to comment.