Skip to content

Commit

Permalink
feat: predictive maintenance dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoldi committed Jul 12, 2023
1 parent 0dbe941 commit 82e9e5b
Show file tree
Hide file tree
Showing 3 changed files with 1,774 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 82e9e5b

Please sign in to comment.