Skip to content

Commit

Permalink
RAC-478 fix : CD workflow μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Jan 10, 2025
1 parent 248d11b commit f331c45
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 f331c45

Please sign in to comment.