From 76e1d3ecca033d93a415df33b53b1a48775943c7 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:55:01 +0330 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 065c7d8..e5f0679 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,7 +6,7 @@ # https://www.gitpod.io/docs/configure/workspaces/ports image: - file: gitpod/workspace-dotnet + file: .gitpod.Dockerfile caches: dotnet: @@ -16,8 +16,10 @@ caches: # https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order # https://www.gitpod.io/docs/configure/projects/prebuilds tasks: - - name: Setup Kubectl + - name: Setup kubectl 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 init: | docker-compose pull