I am trying to use gsutils command to deploy changes from CircleCI to a directory on my Compute Engine instance. The command I am using is:
gsutil -m rsync -d -r dev/ [VM_INSTANCE_NAME]:/var/www/dev/
but I get the following error:
CommandException: arg [...] does not name a directory, bucket, or bucket subdir.
Based on this, I should be able to deploy to the directory on Compute Engine.