update drone

This commit is contained in:
Anang Yusman 2026-02-18 15:53:16 +08:00
parent b48e91f36d
commit 11bc96a7ee
1 changed files with 5 additions and 2 deletions

View File

@ -18,11 +18,14 @@ steps:
when: when:
branch: branch:
- main - main
environment:
GIT_TOKEN:
from_secret: git_token
commands: commands:
- rm -rf /opt/build/arah-negeri - rm -rf /opt/build/web-arah-negeri
- mkdir -p /opt/build - mkdir -p /opt/build
- cd /opt/build - cd /opt/build
- git clone http://38.47.180.165:3000/medol/web-arah-negeri.git - git clone http://medol:${GIT_TOKEN}@38.47.180.165:3000/medol/web-arah-negeri.git
- name: build fe - name: build fe
commands: commands: