Skip to content

Commit

Permalink
feat: auto sops decrypt and cp start files
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 31, 2024
1 parent 642d159 commit 133bf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install --frozen-lockfile",
"postCreateCommand": "sops -d github-app-pelostage-local-credentials.enc.yaml > github-app-pelostage-local-credentials.yaml && cp app-config.local-example.yaml app-config.local.yaml && yarn install --frozen-lockfile",

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down

0 comments on commit 133bf96

Please sign in to comment.