Skip to content

Commit

Permalink
Small typo in gitlab example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmagkekse committed Nov 3, 2024
1 parent cc36366 commit 05751d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deploy:
name: docker.io/erikmagkekse/ziti-edge-proxy:main
variables:
ANSIBLE_REMOTE_USER: deployer
ANSIBLE_INVENTORY: inventory/sample/hosts.ini
ANSIBLE_INVENTORY: hosts.ini
before_script:
- mkdir ~/.ssh
- echo $SSH_DEPLOY_KEY_BASE64 | base64 -d > ~/.ssh/id_rsa # Variable from Gitlab CI/CD secrets
Expand Down

0 comments on commit 05751d7

Please sign in to comment.