Skip to content

Commit

Permalink
[Feat] Manager CD test
Browse files Browse the repository at this point in the history
  • Loading branch information
lcj1204 committed Apr 29, 2024
1 parent 5d99ead commit ad74b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
script: |
docker-compose stop ${{ env.IMAGE_NAME }}
docker-compose rm -f ${{ env.IMAGE_NAME }}
docker image prune -f -a
docker-compose rmi ${{ env.IMAGE_NAME }}
- name: pull image from ECR
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit ad74b98

Please sign in to comment.