Skip to content

Commit

Permalink
made sure to remove the argocd parts from our CICD scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 10, 2024
1 parent cb1bded commit 7903eec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/_restart-argocd.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/data-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,3 @@ jobs:
permissions:
contents: read
packages: write
data-deployment-1:
uses: ./.github/workflows/_restart-argocd.yml
if: ${{ github.ref }} == 'refs/heads/main'
needs:
- data-build
with:
deployment: data
secrets:
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}
data-deployment-2: # we need to restart the server, as otherwise it will not serve the new data
uses: ./.github/workflows/_restart-argocd.yml
if: ${{ github.ref }} == 'refs/heads/main'
needs:
- data-deployment-1
with:
deployment: server
secrets:
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}
9 changes: 0 additions & 9 deletions .github/workflows/webclient-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@ jobs:
permissions:
contents: read
packages: write
webclient-deployment:
uses: ./.github/workflows/_restart-argocd.yml
if: ${{ github.ref }} == 'refs/heads/main'
needs:
- webclient-build
with:
deployment: webclient
secrets:
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}

0 comments on commit 7903eec

Please sign in to comment.