Skip to content

Commit

Permalink
Update dev-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdwns414 authored Jul 4, 2024
1 parent ef110e2 commit 065ac0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
distribution: 'corretto'
java-version: '17'

- name: Copy yml files
run: ./gradlew copyYml
shell: bash

- name: build
run: |
chmod +x gradlew
Expand Down Expand Up @@ -59,4 +63,4 @@ jobs:
key: ${{ secrets.DEV_SERVER_KEY }}
script: |
cd ~
./deploy.sh
./deploy.sh

0 comments on commit 065ac0c

Please sign in to comment.