Skip to content

Commit

Permalink
style: update comment in cd script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Dec 28, 2024
1 parent 4e7de31 commit d45393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
docker images
docker push ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
- name: Deploy to Prod WAS Server
- name: Deploy to Dev WAS Server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.WAS_HOST }}
Expand Down

0 comments on commit d45393d

Please sign in to comment.