Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Oct 11, 2024
1 parent 8a1dfd5 commit 59fafa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"dockerfile",
"plaintext"
],
"workbench.colorTheme": "Cyberpunk",
"workbench.colorTheme": "Activate UMBRA protocol",
"explorer.openEditors.visible": 1,
"explorer.autoRevealExclude": {
"**/.git/objects/**": true,
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Follow the steps below to set up your environment:
Authenticate with your Pulumi account:

```bash {"id":"01J97M1349ZY70MQVHDE43DNY5","name":"login","tag":"setup"}
pulumi login
pulumi login && pulumi install

```

Expand Down Expand Up @@ -60,8 +60,8 @@ aws --profile smdc-cba sts get-caller-identity
Deploy the infrastructure as code (IaC) using Pulumi:

```bash {"id":"01J97M1349ZY70MQVHDFZQZQZT","name":"deploy-iac","tag":"setup"}
git remote add origin https://github.com/containercraft/konductor
git config remote.origin.url https://github.com/containercraft/konductor
git remote add origin https://github.com/containercraft/konductor || true
git config remote.origin.url https://github.com/containercraft/konductor || true
pulumi up --yes --stack containercraft/scip-ops-prod --skip-preview=true --refresh=true

```
Expand Down

0 comments on commit 59fafa2

Please sign in to comment.