This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 75d8afe7 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

testing

parent fb1778d5
5 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image,!119Publish docker image
...@@ -133,6 +133,8 @@ deploy: ...@@ -133,6 +133,8 @@ deploy:
image: ubuntu image: ubuntu
script: script:
- whoami - whoami
- apt-get clean
- apt-get update -qy
- apt-get install -y rsync openssh-client - apt-get install -y rsync openssh-client
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "${SSH_BKY_DEPLOY}" > ~/.ssh/id_rsa - echo "${SSH_BKY_DEPLOY}" > ~/.ssh/id_rsa
......
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