Skip to content

Commit

Permalink
replace some ref of secret with config
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Jun 21, 2024
1 parent 97b391d commit 1e92d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-03-28-slackbot-sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cd defang/samples/golang/slackbot

Now that we have everything set up, let's dive into the deployment process. Follow these steps to deploy your Slackbot effortlessly:

1. **Set Up Secrets:** Prioritize security by configuring environment variables as secrets. Use the Defang CLI's `defang config set` command to set the `SLACK_TOKEN` and `SLACK_CHANNEL_ID` secrets.
1. **Set Up Secrets:** Prioritize security by configuring environment variables as sensitive config. Use the Defang CLI's `defang config set` command to set the `SLACK_TOKEN` and `SLACK_CHANNEL_ID` configs.
Replace `your_slack_token` and `your_slack_channel_id` with the respective values:

```bash
Expand Down

0 comments on commit 1e92d4c

Please sign in to comment.