Skip to content

Commit

Permalink
Merge pull request #12 from Stephen001/master
Browse files Browse the repository at this point in the history
Switch to byond org for docker
  • Loading branch information
Stephen001 authored Jul 2, 2020
2 parents f9a8116 + 0d40b76 commit e5f2071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {

steps {
container('docker') {
sh "docker build -t stephen001/byondbot:latest . && docker push stephen001/byondbot:latest"
sh "docker build -t byond/byondbot:latest . && docker push byond/byondbot:latest"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: byondbot
image: stephen001/byondbot:latest
image: byond/byondbot:latest
envFrom:
- secretRef:
name: byondbot
Expand Down

0 comments on commit e5f2071

Please sign in to comment.