Skip to content

Commit a43c062

Browse files
committed
environment 잘 적용 되었는지 확인 로그 추가
1 parent c66443c commit a43c062

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
if: github.ref == 'refs/heads/main'
1515
environment: development
1616
steps:
17+
- name: Print environment variables
18+
run: |
19+
echo "Current Environment: ${{ github.environment }}"
20+
echo "POSTGRESQL_POSTGRES_PASSWORD is set"
21+
1722
-
1823
name: Set up QEMU
1924
# 다중 플랫폼(Docker) 이미지를 빌드할 수 있도록 해준다.

0 commit comments

Comments
 (0)