Skip to content

Commit

Permalink
deployment depending on building
Browse files Browse the repository at this point in the history
  • Loading branch information
katzefudder committed Dec 4, 2024
1 parent 0c4352d commit 1d67e9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/local_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
file: docker/Dockerfile_wordpress
push: true
tags: ghcr.io/katzefudder/wordpress:latest
Wordpress_on_Kubernetes:
deploy-wordpress-on-kubernetes:
runs-on: ubuntu-latest
name: Wordpress on Kubernetes
needs: build-and-push-image
name: Deploying Wordpress on Kubernetes
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit 1d67e9a

Please sign in to comment.