mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-29 09:18:13 +08:00
Update .gitpod.yml
This commit is contained in:
parent
f1ddd67fdf
commit
76e1d3ecca
@ -6,7 +6,7 @@
|
|||||||
# https://www.gitpod.io/docs/configure/workspaces/ports
|
# https://www.gitpod.io/docs/configure/workspaces/ports
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: gitpod/workspace-dotnet
|
file: .gitpod.Dockerfile
|
||||||
|
|
||||||
caches:
|
caches:
|
||||||
dotnet:
|
dotnet:
|
||||||
@ -16,8 +16,10 @@ caches:
|
|||||||
# https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order
|
# https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order
|
||||||
# https://www.gitpod.io/docs/configure/projects/prebuilds
|
# https://www.gitpod.io/docs/configure/projects/prebuilds
|
||||||
tasks:
|
tasks:
|
||||||
- name: Setup Kubectl
|
- name: Setup kubectl
|
||||||
command: bash $GITPOD_REPO_ROOT/scripts/setup_kubectl_gitpod.sh
|
command: bash $GITPOD_REPO_ROOT/scripts/setup_kubectl_gitpod.sh
|
||||||
|
- name: Setup Self-Signed
|
||||||
|
command: bash $GITPOD_REPO_ROOT/scripts/self_signed_certificate_gitpod.sh
|
||||||
- name: Init Docker-Compose
|
- name: Init Docker-Compose
|
||||||
init: |
|
init: |
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user