Skip to content

Commit

Permalink
chore: remove deploy trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Sep 24, 2024
1 parent e9e558c commit f512739
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
NCP_SECRET_KEY: ${NCP_SECRET_KEY}
ACTIVE_PROFILE: ${ACTIVE_PROFILE}
DB_ROOT_PASSWORD_DEV: ${DB_ROOT_PASSWORD_DEV}
DB_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
REDIS_HOST: ${REDIS_HOST}
REDIS_PORT: ${REDIS_PORT}
APPLE_PRIVATE_KEY: ${APPLE_PRIVATE_KEY}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- feat/**

# 권한 설정
permissions:
Expand Down

0 comments on commit f512739

Please sign in to comment.