Hello, is it safe to rename a git repo? what will ...
# general
g
Hello, is it safe to rename a git repo? what will be the impacts for a deployed Stack ? / for the Dashboard ?
g
unless you reference the repo somewhere it is safe to rename the directory ... the reference on Dashboard is just metadata and will update accordingly
g
Ok thanks 🙂
@cuddly-alligator-37434 ^
c
Thank you @great-sunset-355 ! renaming the directory as in the git repo or the directory on the device on which we run pulumi up ?
g
yes, everything what is not mentioned in
Pulumi.yaml
is just metadata inferred from the environment
l
You can also force the update. Those values are stack tags:
vcs:repo
,
vcs:owner
and.. umm... there's a third one.. about the type of repository...