1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Doc: deploy use variable instead of hard coded value (#10921)

Replace "airbyte" with $INSTANCE_NAME
This commit is contained in:
davidbeckse
2022-03-07 20:25:22 +01:00
committed by GitHub
parent a0bfb3127d
commit a62dbddeff

View File

@@ -124,7 +124,7 @@ For security reasons, we strongly recommend to not expose Airbyte publicly. Futu
```bash
# In your workstation terminal
gcloud --project=$PROJECT_ID beta compute ssh airbyte -- -L 8000:localhost:8000 -N -f
gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
```
* Just visit [http://localhost:8000](http://localhost:8000) in your browser and start moving some data!