Skip to content

Commit d0fa77c

Browse files
committed
chore: 프로젝트 절대경로 알아내도록 변경
1 parent 9419b85 commit d0fa77c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

deploy-scripts/config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
PROJECT_BASE_DIR=/home/wabuser/wabinar
32
FRONTEND_DIR=${PROJECT_BASE_DIR}/client
43
BACKEND_DIR=${PROJECT_BASE_DIR}/server
54
VAULT_KEY_FILE=${PROJECT_BASE_DIR}/deploy-scripts/vault-secrets/keys

deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
PROJECT_BASE_DIR=$(dirname $(realpath "$0"))
23
cd deploy-scripts
34
(source try-dotenv-vault-login.sh)
45
(source build-backend.sh)

0 commit comments

Comments
 (0)