Skip to content

Commit

Permalink
Remove deploy actions
Browse files Browse the repository at this point in the history
* production is managed by argocd, so (for now) to deploy we should update the
  image version in ht_tanka and push
* staging & testing aren't currently enabled; we can bring them back if
needed
  • Loading branch information
aelkiss committed Jul 18, 2023
1 parent 4f86833 commit edd423b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,3 @@ jobs:
tag: ${{ github.sha }}
push_latest: true
registry_token: ${{ github.token }}

deploy-staging:
needs: build
runs-on: ubuntu-latest
environment: staging
steps:
- name: Deploy to staging
uses: mlibrary/deploy-to-kubernetes@v3
with:
registry_token: ${{ secrets.GITHUB_TOKEN }}
image: ghcr.io/${{ github.repository }}-unstable:${{ github.sha }}
cluster_ca: ${{ secrets.KUBERNETES_CA }}
cluster_server: ${{ secrets.KUBERNETES_SERVER }}
namespace_token: ${{ secrets.KUBERNETES_TOKEN }}
namespace: ${{ secrets.KUBERNETES_NAMESPACE }}
23 changes: 0 additions & 23 deletions .github/workflows/deploy-production.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/manual-deploy-testing.yaml

This file was deleted.

0 comments on commit edd423b

Please sign in to comment.