Настройка CICD
This commit is contained in:
parent
3845d3e0db
commit
7df4c093ba
17
.drone.yml
17
.drone.yml
@ -19,22 +19,19 @@ steps:
|
||||
from_secret: GPG_PASSPHRASE
|
||||
SSH_KEY:
|
||||
from_secret: SSH_KEY
|
||||
# SSH_CONFIG:
|
||||
# from_secret: SSH_CONFIG
|
||||
commands:
|
||||
- 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 -
|
||||
- ssh-keyscan -p 222 git.struchkov.dev >> ~/.ssh/known_hosts
|
||||
- echo "test" >> test.txt
|
||||
- git add --all
|
||||
- git commit -m test
|
||||
- git remote add deploy ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git
|
||||
- git remote -v
|
||||
- git push deploy HEAD:master
|
||||
- git branch -a
|
||||
# - echo "test" >> test.txt
|
||||
# - git add --all
|
||||
# - git commit -m test
|
||||
# - git remote add deploy ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git
|
||||
# - git remote -v
|
||||
# - git push deploy HEAD:master
|
||||
|
||||
# - ssh-keyscan -t rsa git.struchkov.dev >> ~/.ssh/known_hosts
|
||||
# - chmod 644 ~/.ssh/known_hosts
|
||||
|
Loading…
Reference in New Issue
Block a user