this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: use local CLI instead of remote workflow in Makefile

Khue Doan fabd5ac1 95ea22eb

+5 -15
+5 -15
Makefile
··· 8 8 compose: 9 9 docker compose up --build --detach 10 10 11 - infra: compose 12 - # TODO multiple env 13 - @temporal workflow start \ 14 - --workflow-id infra-manual \ 15 - --task-queue cloudlab \ 16 - --type Infra \ 17 - --input '{ "url": "/usr/local/src/cloudlab", "revision": "master", "stack": "local" }' 18 - @temporal workflow result --workflow-id infra-manual 11 + infra: 12 + cd infra/${env} && terragrunt apply --all 13 + 19 14 20 15 platform: 21 - # TODO multiple env 22 - @temporal workflow start \ 23 - --workflow-id platform-manual \ 24 - --task-queue cloudlab \ 25 - --type Platform \ 26 - --input '{ "url": "/usr/local/src/cloudlab", "revision": "master", "registry": "registry.127.0.0.1.sslip.io", "cluster": "local" }' 27 - @temporal workflow result --workflow-id platform-manual 16 + # TODO don't hard code registry 17 + cd platform/${env} && oras push --format=json docker.io/khuedoan/platform-manifests:${env} . 28 18 29 19 apps: 30 20 # TODO multiple env