Skip to content

Commit

Permalink
rename things
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Apr 15, 2024
1 parent 45426e3 commit a272dae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
File renamed without changes.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-func.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: functions-service-messages Release
on:
workflow_dispatch:

push:
branches:
- "iocom-1221"
workflow_dispatch:

jobs:

deploy_workspace_to_azure:
name: Deploy
uses: ./.github/workflows/deploy.yaml
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: Build app
uses: "./.github/workflows/composite_node_yarn.yml"
uses: "./.github/workflows/action.yml"

- name: Make the azure app artifact
id: make_artifact
Expand All @@ -43,10 +43,13 @@ jobs:
needs: [build]
runs-on: ubuntu-20.04
environment: ${{ inputs.environment }}-cd

permissions:
id-token: write
contents: read
env:
ARM_USE_OIDC: true
ARM_USE_AZUREAD: true
ARM_STORAGE_USE_AZUREAD: true

steps:
- name: Download artifact
Expand Down

0 comments on commit a272dae

Please sign in to comment.