Skip to content

Commit

Permalink
chore: 디버깅용 cat 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sjy2335 committed Nov 12, 2024
1 parent ac7fcd1 commit 49e86c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
cd /home/watchducks/app
touch .env
echo "${{ secrets.env }}" > .env
cat .env
docker pull ghcr.io/${{ github.repository_owner }}/${{ inputs.service }}/${{inputs.path}}:latest
if docker-compose up -d; then
echo "Deployment successful"
Expand Down

0 comments on commit 49e86c0

Please sign in to comment.