From 8f825e5b75d38811ec1ff1512b5ebecf3a88950e Mon Sep 17 00:00:00 2001 From: Henry Lee Date: Sat, 17 Aug 2024 17:27:18 +0800 Subject: [PATCH] docs(project): change production project path --- docs/DEPLOYMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index e370982..7884197 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -3,10 +3,10 @@ 1. Login to the data team's server: 1. Run: `gcloud compute ssh --zone "asia-east1-b" "data-team" --project "pycontw-225217"` 2. Services: - * ETL: `/home/zhangtaiwei/pycon-etl` + * ETL: `/srv/pycon-etl` * Metabase is located here: `/mnt/disks/data-team-additional-disk/pycontw-infra-scripts/data_team/metabase_server` -2. Pull the latest codebase to this server: `sudo git pull` +2. Pull the latest codebase to this server: `git pull` 3. Add credentials to the `.env` file (only needs to be done once).