Compare commits

..

No commits in common. "10a07b322aa65c74af03a07cf25bdda7f698adf2" and "be2332d370a5d1511fc674349d41fff1452a4325" have entirely different histories.

View File

@ -19,20 +19,17 @@ steps:
from_secret: GPG_PASSPHRASE
SSH_KEY:
from_secret: SSH_KEY
SSH_CONFIG:
from_secret: SSH_CONFIG
commands:
- echo "test" >> text.txt
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- echo "$SSH_KEY" >> ~/.ssh/id_rsa
- echo "$SSH_CONFIG" >> ~/.ssh/config
- echo "$SSH_KEY" | ssh-add -
- ls -la ~/.ssh
- echo "test" >> test.txt
- git add --all
- git commit -m test
- git remote add deploy ssh://git@public-git/Godfather-Bots/godfather.git
- git remote add deploy ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git
- git remote -v
- git push deploy HEAD:master