Skip to content

Commit

Permalink
[#11] CI/CD 스크립트 완성
Browse files Browse the repository at this point in the history
  • Loading branch information
chaiminwoo0223 authored Jun 1, 2024
1 parent 2750f2d commit ae3f0bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/albeobsa-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
key: ${{ secrets.REMOTE_SSH_KEY }}
port: ${{ secrets.REMOTE_SSH_PORT }}
script: |
whoami
cd ${{secrets.REMOTE_DOCKER_PATH}}
docker compose down
docker rmi ${{secrets.DOCKER_USERNAME}}/${{secrets.DOCKER_REPOSITORY}}
Expand Down

0 comments on commit ae3f0bd

Please sign in to comment.