Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update azure-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwon11225 authored Aug 26, 2024
1 parent 975129e commit 7557ecd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Set yml file
uses: microsoft/variable-substitution@v1
with:
files: src/main/resources/application.yaml

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down Expand Up @@ -84,4 +79,4 @@ jobs:

- name: Deploy Application
run: |
azd deploy --environment ${{ env.AZURE_ENV_NAME }} --no-prompt
azd deploy --environment ${{ env.AZURE_ENV_NAME }} --no-prompt

0 comments on commit 7557ecd

Please sign in to comment.