Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rollthecloudinc committed Jul 12, 2024
1 parent 69cc498 commit 8e0cf38
Show file tree
Hide file tree
Showing 301 changed files with 17,841 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dev-azure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy
on:
push:
branches:
- dev
permissions:
id-token: write
contents: read
jobs:
build:
uses: rollthecloudinc/druid/.github/workflows/azure-workflow.yml@master
with:
ENVIRONMENT: dev
secrets:
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
15 changes: 15 additions & 0 deletions .github/workflows/prod-azure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy
on:
push:
branches:
- master
permissions:
id-token: write
contents: read
jobs:
build:
uses: rollthecloudinc/druid/.github/workflows/azure-workflow.yml@master
with:
ENVIRONMENT: prod
secrets:
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
2 changes: 2 additions & 0 deletions 1041.6a524365de59f24e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 1041.6a524365de59f24e.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions 1084.937b47bd2129c294.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions 1084.937b47bd2129c294.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions 1086.170a93fd8be7cc1f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 1086.170a93fd8be7cc1f.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions 1217.bf9e9dcb0130fef7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions 1217.bf9e9dcb0130fef7.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e0cf38

Please sign in to comment.