Skip to content

Commit

Permalink
[BUG] #625 test, main deploy수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wken5577 committed Feb 23, 2024
1 parent 900aa36 commit 45f1eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
IMAGE_NAME: wken5577/42gg-server
VERSION_TAG : ${{ secrets.VERSION_TAG }}
VERSION_TAG: ${{ secrets.VERSION_TAG }}

permissions:
contents: read
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Make application ymls
run: |
cd ./src/main/resources
cd ./gg-pingpong-api/src/main/resources
echo "${{ secrets.APPLICATION_YML }}" | base64 -d > application.yml
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Make application ymls
run: |
cd ./src/main/resources
cd ./gg-pingpong-api/src/main/resources
echo "${{ secrets.MIGRATE_APPLICATION_YML }}" | base64 -d > application.yml
shell: bash

Expand Down

0 comments on commit 45f1eed

Please sign in to comment.