Skip to content

Commit

Permalink
Merge pull request #23 from digital-society-coop/dashboards
Browse files Browse the repository at this point in the history
feat: Add some kubernetes dashboards
  • Loading branch information
ekadas authored Jan 6, 2025
2 parents 8073e0f + 937f3ae commit fc30490
Show file tree
Hide file tree
Showing 4 changed files with 1,903 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform fmt -check

shellcheck:
Expand All @@ -24,5 +25,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform init -backend=false
- run: terraform validate
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
with:
token: ${{ env.DIGITALOCEAN_ACCESS_TOKEN }}
- run: doctl kubernetes cluster kubeconfig save --expiry-seconds 600 runtime-${{ inputs.environment }}
- uses: hashicorp/setup-terraform@v3
- run: ./deploy.sh
working-directory: ./add-ons/services
env:
Expand Down
Loading

0 comments on commit fc30490

Please sign in to comment.