Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeAg authored Dec 20, 2023
1 parent 84693a9 commit a6f8808
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy-ci:
runs-on: ubuntu-22.04
env:
working-directory: Second Seminar/SecondSeminar
working-directory: ThirdSeminar

steps:
- name: 체크아웃
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:

- name: docker image 빌드 및 푸시
run: |
docker build --platform linux/amd64 -t sunseo18/do-sopt-seminar .
docker push sunseo18/do-sopt-seminar
docker build --platform linux/amd64 -t chaeag/do-sopt-seminar .
docker push chaeag/do-sopt-seminar
working-directory: ${{ env.working-directory }}

deploy-cd:
Expand All @@ -63,6 +63,6 @@ jobs:
host: ${{ secrets.RELEASE_SERVER_IP }}
username: ${{ secrets.RELEASE_SERVER_USER }}
key: ${{ secrets.RELEASE_SERVER_KEY }}
script: |
cd ~
script: |
cd ~
./deploy.sh

0 comments on commit a6f8808

Please sign in to comment.