Doc: deploy use variable instead of hard coded value (#10921)
Replace "airbyte" with $INSTANCE_NAME
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user