Skip to content
Snippets Groups Projects
Commit f73e2b01 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Update .gitlab-ci.yml

parent 236c12d9
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ deploy_staging:
- master
before_script:
- eval $(ssh-agent -s)
- echo "$STAGING_PRIVATE_KEY"
- ssh-add <(echo "$STAGING_PRIVATE_KEY")
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment