I have developed a PHP site in Eclipse on localhost and have just transferred it to a GCP Compute Engine instance. To do this I've had to upload the site to a Storage Bucket and then on the SSH Shell for the instance in GCP used gsutil to transfer the files.
Now, as far as editting goes, is there a way for me to connect eclipse to the GCP instance and edit via Eclipse?
I don't want to have to, for every tweak, upload to the storage bucket and then copy file across to the instance. This would be most tedious.
I have created a firewall rule on the network to allow all traffic from my public IP to the Compute Engine instance (until I can lock it down once I've got the connection)
Thanks