Skip to content

Commit

Permalink
🚑 CD 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
RetepMil committed Oct 1, 2023
1 parent aa35329 commit 92493c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Make 'application.yml'
if: contains(github.ref, 'develop')
run: |
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.APPLICATION_YML_DEV }}" > ./application.yml
cat ./application.yml
shell: bash
# - name: Make 'application.yml'
# if: contains(github.ref, 'develop')
# run: |
# cd ./src/main/resources
# touch ./application.yml
# echo "${{ secrets.APPLICATION_YML_DEV }}" > ./application.yml
# cat ./application.yml
# shell: bash

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

0 comments on commit 92493c1

Please sign in to comment.