Skip to content

Commit

Permalink
Merge pull request #2 from a631953720/chore/drone-deploy
Browse files Browse the repository at this point in the history
chore: init drone yml
  • Loading branch information
a631953720 authored Jul 9, 2022
2 parents 35538ee + 7211958 commit 6d8c282
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
kind: pipeline
type: ssh
name: deploy to VM

server:
host: 192.168.56.1
user: test
password:
from_secret: ssh_psw

steps:
- name: deploy
commands:
- cd release
- ./build.sh
- ./utils.sh

trigger:
branch:
- main
- drone-deploy
event:
- push
- tag

0 comments on commit 6d8c282

Please sign in to comment.