Skip to content

Commit

Permalink
Merge pull request #396 from IATI/develop
Browse files Browse the repository at this point in the history
merge develop to main to release manual production deploys
  • Loading branch information
James (ODSC) authored Dec 4, 2024
2 parents bf1672c + 2122893 commit 3dbac4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-func-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.10.1
- uses: fastify/github-action-merge-dependabot@v3.11.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/develop-func-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
rm build-artifact-dev.zip
- name: 'Login via Azure CLI'
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prod-func-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Deploy_To_PROD_Function_On_Release
on:
release:
types: [published]
workflow_dispatch:


env:
STAGE: prod # suffix to indicate environment stage
Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:
rm build-artifact-prod.zip
- name: 'Login via Azure CLI'
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets

Expand Down

0 comments on commit 3dbac4e

Please sign in to comment.