Skip to content

Commit

Permalink
Update Gitlab CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Apr 29, 2024
1 parent fabe715 commit 61f2e5c
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 @@ -59,6 +59,7 @@ deploy:
image:
name: debian:12
stage: deploy
before_script:
- apt update -y && apt install -y openssh-client
- eval $(ssh-agent -s)
- chmod 400 "$SSH_PRIVATE_KEY"
Expand Down

0 comments on commit 61f2e5c

Please sign in to comment.