diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 2788727..7653209 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -56,7 +56,7 @@ steps: gitea_token: from_secret: FORGEJO_API owner: ${CI_REPO_OWNER} - repo: yolokube/core-deployments + repo: https://git.ar21.de/yolokube/core-deployments branch: "${CI_PIPELINE_NUMBER}_dashboard_prod" base_branch: main pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}" @@ -84,7 +84,7 @@ steps: gitea_token: from_secret: FORGEJO_API owner: ${CI_REPO_OWNER} - repo: yolokube/core-deployments + repo: https://git.ar21.de/yolokube/core-deployments branch: "${CI_PIPELINE_NUMBER}_dashboard_staging" base_branch: main pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}" diff --git a/.woodpecker/.test.yaml b/.woodpecker/.test.yaml index e4c2531..f0d294a 100644 --- a/.woodpecker/.test.yaml +++ b/.woodpecker/.test.yaml @@ -1,4 +1,3 @@ -skip_clone: true steps: - name: test (prod) image: git.ar21.de/yolokube/dashboard:${CI_PIPELINE_NUMBER} @@ -18,4 +17,4 @@ steps: exclude: master event: push depends_on: - - build + - build \ No newline at end of file