Skip to content

Commit

Permalink
chore: ci.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed May 27, 2024
1 parent 68aff4a commit b6d29b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,5 @@ jobs:
port: 22
key: ${{ secrets.PRIVATE_KEY }}
script: |
# echo "Docker Username: ${{ secrets.DOCKER_USERNAME }}"
# echo "Docker Repo: ${{ secrets.DOCKER_REPO_PROD }}"
# CONTAINER_IDS=$(sudo docker ps -qa)
# if [ ! -z "$CONTAINER_IDS" ]; then
# sudo docker rm -f $CONTAINER_IDS
# fi
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO_PROD }}
sudo docker run -dp 80:8080 ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO_PROD }}

0 comments on commit b6d29b0

Please sign in to comment.