Skip to content

Commit

Permalink
Merge pull request #37 from starschema/grafana_add_datasources
Browse files Browse the repository at this point in the history
feat: automatically deploy dashboards and connection to grafana
  • Loading branch information
tfoldi committed Jul 13, 2023
2 parents 0dbe941 + 27ea79a commit 1dcf715
Show file tree
Hide file tree
Showing 4 changed files with 1,805 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pulumi_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- production
jobs:
update:
deploy:
name: Update
runs-on: ubuntu-latest
steps:
Expand All @@ -27,16 +27,16 @@ jobs:
PULUMI_AWS_YAML: ${{ secrets.PULUMI_AWS_YAML }}
- run: echo "$PULUMI_K8S_YAML" > deployment/kubernetes/Pulumi.production.yaml
env:
PULUMI_K8S_YAML: ${{ secrets.PULUMI_K8S_YAML }}
# - name: Pulumi AWS
PULUMI_K8S_YAML: ${{ secrets.PULUMI_K8S_YAML }}
# - name: Pulumi AWS
# uses: pulumi/actions@v3
# with:
# command: up
# stack-name: starschema/production
# github-token: ${{ secrets.GITHUB_TOKEN }}
# work-dir: deployment/aws
# env:
# PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
# PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
- name: Pulumi K8s
uses: pulumi/actions@v3
with:
Expand All @@ -45,4 +45,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
work-dir: deployment/kubernetes
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
Loading

0 comments on commit 1dcf715

Please sign in to comment.