Skip to content

Commit

Permalink
fix: rename migration job (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas authored Feb 8, 2024
1 parent 09b2f30 commit 3897db2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .azure/applications/web-api-migration-job/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ param adoConnectionStringSecretUri string
var namePrefix = 'dp-be-${environment}'
var baseImageUrl = 'ghcr.io/digdir/dialogporten-'

var name = '${namePrefix}-migration-job'
var name = '${namePrefix}-db-migration-job'

module migrationJob '../../modules/containerAppJob/main.bicep' = {
name: name
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/action-deploy-apps.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deploy apps

env:
AZ_CLI_VERSION: 2.56.0

on:
workflow_call:
secrets:
Expand Down

0 comments on commit 3897db2

Please sign in to comment.