mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-11 02:20:20 +08:00
Update .gitpod.yml
This commit is contained in:
parent
153d52a035
commit
9cc2d3d95f
11
.gitpod.yml
11
.gitpod.yml
@ -6,20 +6,11 @@
|
||||
# https://www.gitpod.io/docs/configure/workspaces/ports
|
||||
|
||||
image:
|
||||
file: gitpod/workspace-dotnet
|
||||
|
||||
caches:
|
||||
dotnet:
|
||||
paths:
|
||||
- /usr/local/bin/docker-compose
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
# https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order
|
||||
# https://www.gitpod.io/docs/configure/projects/prebuilds
|
||||
tasks:
|
||||
- name: Setup kubectl
|
||||
command: bash $GITPOD_REPO_ROOT/scripts/setup_kubectl_gitpod.sh
|
||||
- name: Setup Self-Signed Certificate
|
||||
command: bash $GITPOD_REPO_ROOT/scripts/self_signed_certificate_gitpod.sh
|
||||
- name: Init Docker-Compose
|
||||
init: |
|
||||
docker-compose pull
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user