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).