Skip to content

Commit

Permalink
refactor : Jenkinsfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
heesane committed Dec 11, 2024
1 parent 61b12ac commit 32cfa25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ pipeline {
}
steps {
script {
// sh "docker compose -f ${DOCKER_COMPOSE_FILE} up -d"
echo "Deploy"
chmod 600 start-docker.sh
sh ./start-docker.sh
}
}
}
Expand Down

0 comments on commit 32cfa25

Please sign in to comment.