Compare commits

..
2 Commits
Author SHA1 Message Date
Dustin Pianalto 9436a4385f Change token env variable
CI / build (push) Has been cancelled
2021-01-19 01:56:56 -09:00
Dustin Pianalto 3e77b98be4 change deployment name
CI / build (push) Has been cancelled
2021-01-19 01:50:40 -09:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ jobs:
run: kubectl apply -f $GITHUB_WORKSPACE/deployment.yml run: kubectl apply -f $GITHUB_WORKSPACE/deployment.yml
- name: Verify deployment - name: Verify deployment
run: kubectl rollout status deployment/goff run: kubectl rollout status deployment/geeksbot
+1 -1
View File
@@ -12,7 +12,7 @@ import (
) )
func main() { func main() {
Token := os.Getenv("DISCORDGO_TOKEN") Token := os.Getenv("DISCORD_TOKEN")
dg, err := discordgo.New("Bot " + Token) dg, err := discordgo.New("Bot " + Token)
if err != nil { if err != nil {
log.Println("There was an error when creating the Discord Session, ", err) log.Println("There was an error when creating the Discord Session, ", err)