Commit 6062bc14 authored by smartcontracts's avatar smartcontracts Committed by GitHub

maint(ct): rename periphery deploy config folder (#10793)

Renames the folder periphery-deploy-config to
deploy-config-periphery and reorganizes its contents so that it's
a little bit cleaner. Means that the folder will appear next to
the other deploy-config folder and will be easier to find and read.
parent 8ad8f667
...@@ -36,7 +36,7 @@ fs_permissions = [ ...@@ -36,7 +36,7 @@ fs_permissions = [
{ access='read-write', path='./snapshots/' }, { access='read-write', path='./snapshots/' },
{ access='read-write', path='./deployments/' }, { access='read-write', path='./deployments/' },
{ access='read', path='./deploy-config/' }, { access='read', path='./deploy-config/' },
{ access='read', path='./periphery-deploy-config/' }, { access='read', path='./deploy-config-periphery/' },
{ access='read', path='./broadcast/' }, { access='read', path='./broadcast/' },
{ access='read', path = './forge-artifacts/' }, { access='read', path = './forge-artifacts/' },
{ access='write', path='./semver-lock.json' }, { access='write', path='./semver-lock.json' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment