Настройка CICD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2022-12-18 10:40:30 +03:00
parent d608b6ffd3
commit 90f4659beb

View File

@ -21,10 +21,6 @@ steps:
from_secret: SSH_KEY
commands:
- echo "test" >> text.txt
- git add --all
- git status
- git commit -m "test"
- git push
# - eval $(ssh-agent -s)
# - echo "$SSH_KEY" | ssh-add -
# - mkdir -p ~/.ssh
@ -36,6 +32,17 @@ steps:
# - gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key
# - mvn --settings maven-settings.xml -T 1C -U release:clean release:prepare release:perform --batch-mode
- name: push
image: appleboy/drone-git-push
pull: if-not-exists
settings:
branch: master
remote: ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git
commit: true
commit_message: test
ssh_key:
from_secret: SSH_KEY
trigger:
branch:
- master