Skip to content

Commit

Permalink
feat: 배포 서버 디렉토리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
devmizz committed Jul 16, 2024
1 parent 5b36aa9 commit 17bb0dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/showpot-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- feat-env-setting

jobs:
build-and-deploy:
Expand Down Expand Up @@ -36,9 +37,9 @@ jobs:

- name: Prepare File for Deployment
run: |
mkdir -p deployment
mkdir -p deployment/app/build/libs
cp Dockerfile docker-compose.yml deployment/
cp -r ./app deployment/
cp -r ./app/build/libs deployment/app/build
- name: Get Github Actions IP
id: ip
Expand Down

0 comments on commit 17bb0dc

Please sign in to comment.