Commit 558b6547 authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Change ci file

parent b203779e
......@@ -21,14 +21,11 @@ deploy:
GIT_REMOTE_URL: ssh://dokku@${APP_URL}:22/${APP_NAME}
DOKKU_DEPLOY_BRANCH: dev
before_script:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- echo -e "Host ${APP_URL}\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile=/dev/null" > ~/.ssh/config
- chmod 600 ~/.ssh/config
script:
- dokku-deploy || true
- dokku-deploy
after_script:
- sleep 5
- ssh -i ~/.ssh/id_rsa -o ConnectTimeout=10 dokku@${APP_URL} apps:unlock ${APP_NAME} || true
\ No newline at end of file
- dokku-unlock
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment