Skip to content

Commit

Permalink
chore: update deployment for api
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 23, 2023
1 parent d35d343 commit b2a6245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eoefans-api-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ run-name: "Deploy EOEFANS API to Azure: version ${{ inputs.deploy_version }}"

env:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_NAME: "eoefans-api" # set this to your application's name
AZURE_WEBAPP_NAME: "eoefans-api-01" # set this to your application's name
AZURE_PUBLISH_PROFILE: ${{ secrets.AZURE_CREDENTIALS_EOEFANS_API }}
IMAGE_REGISTRY: "containers.vlink.dev"
IMAGE_REPO: "eoefans"
Expand Down

0 comments on commit b2a6245

Please sign in to comment.