Skip to content

Commit

Permalink
Run your docs, Sebastian
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Nov 7, 2024
1 parent 4364375 commit ef1888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gcloud iam service-accounts keys create key.json \

```sh {"id":"01JC48Q5C34FBCHQX9R01ED9R5"}
gcloud secrets create "credentials" --replication-policy="automatic"
gcloud secrets versions add "credentials" --data-file=~/key.json
gcloud secrets versions add "credentials" --data-file=./key.json
gcloud secrets create "artifacts_repo" --replication-policy="automatic"
echo "runme-docs" | gcloud secrets versions add "artifacts_repo" --data-file=-
```

0 comments on commit ef1888c

Please sign in to comment.