Skip to content

Commit

Permalink
fix: 경로 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mclub4 committed May 7, 2024
1 parent ca80dc0 commit 74da6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
username: ubuntu
key: ${{ secrets.AWS_KEY }}
source: "./.env"
target: "capstone"
target: "alpha-e_um-deploy"

- name: Copy docker-compose.yaml to EC2
uses: appleboy/scp-action@master
Expand All @@ -55,7 +55,7 @@ jobs:
username: ubuntu
key: ${{ secrets.AWS_KEY }}
source: "./docker-compose.yml"
target: "capstone"
target: "alpha-e_um-deploy"

build-spring:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_REPO }}/eum-spring:latest
sudo docker pull ${{ secrets.DOCKER_REPO }}/eum-nginx:latest
sudo docker compose -f capstone/docker-compose.yml up -d
sudo docker compose -f alpha-e_um-deploy/docker-compose.yml up -d
sudo docker image prune -f

0 comments on commit 74da6cc

Please sign in to comment.