laravel-harbor icon indicating copy to clipboard operation
laravel-harbor copied to clipboard

Harbor overwrites changes to environment variables

Open gbradley opened this issue 1 year ago • 4 comments

I'm currently having an issue where I need to modify my environment variables on a branch that I'd like previews for. On initial provision, Harbor takes the environment variables that I've defined in GitHub secrets, which is great.

However if I make a change to the environment via Forge and then push some changes to the PR, Harbor will then overwrite those changes with the ones from GitHub, meaning I have to re-edit them, restart the queue etc.

Is is possible to change the behaviour here, so when updating an existing site, Harbor gives existing variables priority?

gbradley avatar Jul 08 '24 14:07 gbradley