Skip to content

Commit

Permalink
ci: fix prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 14, 2023
1 parent f1de36a commit 576db3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fprd-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: 'Login to Azure'
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
client-id: ${{ secrets.AZURE_PROD_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
allow-no-subscriptions: true

Expand Down
1 change: 0 additions & 1 deletion apps/workorder/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ const WorkorderApp = () => {
};

export const render = createRender(WorkorderApp, configure, 'Workorder');

export default render;

0 comments on commit 576db3e

Please sign in to comment.