Skip to content

Commit

Permalink
Disable automated dev deploy in GH Actions
Browse files Browse the repository at this point in the history
This is broken since I migrated to a different cluster and haven't made it accessible to WAN
  • Loading branch information
NovaFox161 committed Jan 23, 2025
1 parent d7bd4a1 commit c6b4681
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: ./build.sh

# Have K8S pull latest images for dev pods
- name: Trigger dev deploy
uses: davi020/kubernetes-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
args: delete -n discal pods -l profile=dev,app=discal,module=web
#- name: Trigger dev deploy
# uses: davi020/kubernetes-action@master
# env:
# KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
# with:
# args: delete -n discal pods -l profile=dev,app=discal,module=web

0 comments on commit c6b4681

Please sign in to comment.