Skip to content

Commit

Permalink
docs(project): change production project path
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed Aug 17, 2024
1 parent a6f3cb3 commit 8f825e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 8f825e5

Please sign in to comment.