Feature/15 move app to azure storage cdn #17
4
.github/workflows/app_build_deploy.yaml
vendored
4
.github/workflows/app_build_deploy.yaml
vendored
@@ -15,6 +15,10 @@ env:
|
||||
VITE_TENANT_ID: ${{ vars.VITE_TENANT_ID }}
|
||||
VITE_REDIRECT_URL: ${{ vars.VITE_REDIRECT_URL }}
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -233,7 +233,7 @@ const Projects = () => {
|
||||
<Spinner />
|
||||
</Grid>
|
||||
<Grid display="flex" justifyContent="center" size={12}>
|
||||
Loading...
|
||||
Loading projects...
|
||||
</Grid>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user