Skip to content

Commit

Permalink
remove k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Spanos committed Nov 20, 2024
1 parent 01d5f99 commit c168983
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- "main"
paths-ignore:
- '*.md'
- "*.md"
workflow_dispatch:

jobs:
Expand All @@ -26,28 +26,3 @@ jobs:
with:
push: true
tags: ${{ secrets.REPOSITORY_NAME }}/gaming-grids-creator:${{ github.sha }},${{ secrets.REPOSITORY_NAME }}/gaming-grids-creator:latest,
deploy:
needs: [build]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: azure/setup-kubectl@v4
with:
version: "v1.30.1"
id: install
- uses: azure/k8s-set-context@v4
name: Set Context
with:
method: service-account
k8s-url: ${{ secrets.KUBE_DEV_SERVER_URL }}
k8s-secret: ${{ secrets.KUBE_SA_TOKEN_DEV }}
id: setcontext
- name: Apply k8s
uses: Azure/k8s-deploy@v5
with:
name: kubernetes
namespace: gaming-grids
images: ghcr.io/moby-it/gaming-grids-creator:${{ github.sha }}
action: deploy
manifests: |
k8s/app.yaml
2 changes: 0 additions & 2 deletions k8s/.gitignore

This file was deleted.

59 changes: 0 additions & 59 deletions k8s/app.yaml

This file was deleted.

0 comments on commit c168983

Please sign in to comment.