Skip to content

Commit 996854a

Browse files
fix: removed accidentally included deployment job in build_application workflow
1 parent ddddd2d commit 996854a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build_application.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow runs tests, builds, and publishes the images. It performs no deployment.
22
# It runs on all branches when code is pushed to ensure tests pass and images are available for testing purposes.
3-
name:
3+
name: Build & Test Meet@Mensa
44

55
# Run on all branches except main
66
on:
@@ -18,10 +18,4 @@ jobs:
1818
# Call the docker_build workflow to build and publish images
1919
build:
2020
name: Build & Publish Images
21-
uses: ./.github/workflows/docker_build.yml
22-
23-
# Call the kubernetes_deploy workflow to deploy to Rancher
24-
deploy:
25-
name: Deploy to Kubernetes Cluster
26-
needs: build # wait for build to complete before running
27-
uses: ./.github/workflows/kubernetes_deploy.yml
21+
uses: ./.github/workflows/docker_build.yml

0 commit comments

Comments
 (0)