Compare commits
No commits in common. "main" and "1.0.0-production.4" have entirely different histories.
main
...
1.0.0-prod
34
.drone.yml
34
.drone.yml
|
@ -20,40 +20,6 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- env_target=env.production-online
|
- env_target=env.production-online
|
||||||
- release_version=${DRONE_TAG}
|
- release_version=${DRONE_TAG}
|
||||||
- name: kustomize-production
|
|
||||||
image: registry.k8s.io/kustomize/kustomize:v5.0.0
|
|
||||||
environment:
|
|
||||||
DEVOPS_SSH_PRIVATE:
|
|
||||||
from_secret: DEVOPS_SSH_PRIVATE
|
|
||||||
DEVOPS_SSH_PUBLIC:
|
|
||||||
from_secret: DEVOPS_SSH_PUBLIC
|
|
||||||
commands:
|
|
||||||
- mkdir -p ~/.ssh &&
|
|
||||||
- echo $DEVOPS_SSH_PRIVATE | base64 -d > ~/.ssh/id_rsa &&
|
|
||||||
- echo $DEVOPS_SSH_PUBLIC | base64 -d > ~/.ssh/id_rsa.pub &&
|
|
||||||
- ssh-keyscan -H -p 2222 git.eigen.co.id >> ~/.ssh/known_hosts &&
|
|
||||||
- chmod 700 ~/.ssh/ &&
|
|
||||||
- chmod 600 ~/.ssh/id_rsa &&
|
|
||||||
- git clone ssh://git@git.eigen.co.id:2222/eigen/k8s-kustomize-external.git &&
|
|
||||||
- cd k8s-kustomize-external/weplay-pos-production
|
|
||||||
- kustomize edit set image registry.eigen.co.id/eigen/$DRONE_REPO_NAME-production-online=registry.eigen.co.id/eigen/$DRONE_REPO_NAME-production-online:$DRONE_TAG &&
|
|
||||||
- kustomize edit set image registry.eigen.co.id/eigen/$DRONE_REPO_NAME-production-offline=registry.eigen.co.id/eigen/$DRONE_REPO_NAME-production-offline:$DRONE_TAG &&
|
|
||||||
- git add . &&
|
|
||||||
- |-
|
|
||||||
git commit -m "feat: update $DRONE_REPO_NAME production to $DRONE_TAG" &&
|
|
||||||
- git push origin master
|
|
||||||
- name: send-message
|
|
||||||
image: plugins/webhook
|
|
||||||
settings:
|
|
||||||
urls: https://mattermost.eigen.co.id/api/v4/posts
|
|
||||||
content_type: application/json
|
|
||||||
headers:
|
|
||||||
- Authorization=Bearer 5zubexudb38uuradfa36qy98ca
|
|
||||||
template: |
|
|
||||||
{
|
|
||||||
"channel_id": "s1ekqde1c3du5p35g6budnuotc",
|
|
||||||
"message": "Build {{repo.name}} sudah selesai"
|
|
||||||
}
|
|
||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*-production.*
|
- refs/tags/*-production.*
|
|
@ -1,3 +0,0 @@
|
||||||
VITE_APP_MODE=production
|
|
||||||
VITE_BASE_API_URL=http://103.187.147.241:30050/api
|
|
||||||
VITE_BASE_API_REPORT_URL=http://103.187.147.241:30050/api
|
|
Loading…
Reference in New Issue