Compare commits

..

No commits in common. "8d9c4892f50bfe8beef155bb2badb36e18cff83d" and "aeff1afdb75a722a0451a135fed75b2dcf12da87" have entirely different histories.

1 changed files with 0 additions and 20 deletions

View File

@ -14,23 +14,3 @@ steps:
image: lorisleiva/laravel-docker
commands:
- ./vendor/bin/phpunit
- name: github
image: alpine/git
environment:
SSH_KEY:
from_secret: id_rsa
SSH_KEY_PUB:
from_secret: id_rsa_pub
commands:
- mkdir ~/.ssh
- echo "$SSH_KEY" | tr -d '\r' > ~/.ssh/id_rsa
- echo "$SSH_KEY_PUB" | tr -d '\r' > ~/.ssh/id_rsa.pub
- chmod 755 ~/.ssh
- chmod 600 ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa.pub
- eval $(ssh-agent)
- ssh-add ~/.ssh/id_rsa
- ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
- git remote add github git@github.com:muhep06/dgd-backupper-php.git
- git push github master