Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
gav
2022-05-08 13:49:28 +07:00
parent 65531336ad
commit ad9dce9a89

View File

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: default-ssh-pipeline name: deploy-to-docker-vm
clone: clone:
disable: true disable: true
@ -17,10 +17,16 @@ steps:
from_secret: docker_privkey from_secret: docker_privkey
port: 2200 port: 2200
script: script:
- id
- whoami - whoami
- uname -a - uname -a
- docker ps -a - mkdir -p deploy; cd deploy
- git clone https://gitea.gavt45.ru/gav/es-bot.git
- cd es-bot
- git checkout main
- docker-compose build
when:
branch:
- main
# --- # ---
# kind: pipeline # kind: pipeline