Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions .github/workflows/cleanup-staging.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/docker-push-k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
echo "🔄 Updating deployment with new image..."
kubectl set image deployment/coinbreakr-api \
api=${{ steps.tags.outputs.IMAGE_TAG_SHA }} \
--record

- name: ⏳ Wait for Rollout
run: |
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: 🐳 Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# - name: 🔍 Lint Dockerfile
# uses: hadolint/hadolint-action@v3.1.0
# with:
# dockerfile: services/docker-compose.yml
# failure-threshold: warning

- name: 🏗️ Build Docker Image (Test)
working-directory: ./services
run: |
Expand Down Expand Up @@ -65,28 +59,6 @@ jobs:
docker stop test-container
docker rm test-container

kubernetes-validate:
name: Validate Kubernetes Manifests
runs-on: ubuntu-latest

steps:
- name: 🧾 Checkout Repository
uses: actions/checkout@v4

- name: 🔧 Setup kubectl
uses: azure/setup-kubectl@v3
with:
version: 'v1.27.0'

- name: ✅ Validate K8s Manifests
run: |
echo "🔍 Validating Kubernetes manifests..."
kubectl apply --dry-run=client -f k8s/deployment.yaml
kubectl apply --dry-run=client -f k8s/service.yaml
kubectl apply --dry-run=client -f k8s/hpa.yaml
kubectl apply --dry-run=client -f k8s/configmap.yaml
echo "✅ All Kubernetes manifests are valid"

terraform-validate:
name: Validate Terraform (K8s)
runs-on: ubuntu-latest
Expand Down
Loading
Loading