Skip to content

Commit

Permalink
Merge pull request #335 from WE-ARE-RACCOONS/RAC-478
Browse files Browse the repository at this point in the history
RAC-478 fix : CD workflow μˆ˜μ •
  • Loading branch information
ywj9811 authored Jan 10, 2025
2 parents f93ab1a + f331c45 commit 2cd8f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

- name: Build and Push Docker image
run: |
docker build -t ywj9811/postgraduate_develop:latest .
docker push ywj9811/postgraduate_develop:latest
docker build -t ywj9811/kimseonbae_develop:latest .
docker push ywj9811/kimseonbae_develop:latest
- name: Deploy
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 2cd8f1a

Please sign in to comment.