feat: cicd
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
798911251b
commit
6bb5c825c2
|
@ -0,0 +1,19 @@
|
|||
kind: pipeline
|
||||
type: ssh
|
||||
name: default
|
||||
server:
|
||||
host:
|
||||
from_secret: host
|
||||
port:
|
||||
from_secret: port
|
||||
user:
|
||||
from_secret: username
|
||||
password:
|
||||
from_secret: password
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- cd /home/martabak/web
|
||||
- git fetch
|
||||
- git checkout prod
|
||||
- git pull
|
Loading…
Reference in New Issue