Compare commits

...

2 Commits
main ... prod

Author SHA1 Message Date
Denny Lastpaste 0bf4fbb4bb fix(ci): remove port
continuous-integration/drone/push Build encountered an error Details
2024-03-21 17:21:59 +07:00
Denny Lastpaste 6bb5c825c2 feat: cicd
continuous-integration/drone/push Build encountered an error Details
2024-03-21 17:18:58 +07:00
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
kind: pipeline
type: ssh
name: default
server:
host:
from_secret: host
user:
from_secret: username
password:
from_secret: password
steps:
- name: build
commands:
- cd /home/martabak/web
- git fetch
- git checkout prod
- git pull