Skip to content

Commit

Permalink
feat: action test 추가 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Nov 20, 2023
1 parent c2cf4ed commit a2c4e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
DOCKERHUB_IMAGE_NAME: ${{ secrets.DOCKERHUB_IMAGE_NAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
TEST: ${{ secrets.TEST }}
TEST2: 2222222

permissions:
contents: read
Expand All @@ -34,7 +35,7 @@ jobs:
distribution: 'adopt'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew | echo "$TEST ${{ secrets.TEST }}"
run: chmod +x ./gradlew | echo $TEST ${{ secrets.TEST }} $TEST2


- name: Build with Gradle
Expand Down

0 comments on commit a2c4e6d

Please sign in to comment.