Skip to content

Commit

Permalink
Update docker repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
Archit404Error committed Aug 17, 2023
1 parent bca026b commit 9552b5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
# Build the Docker image
- name: Build
run: |-
docker build --tag "cuappdev/big-red-bot:${{ steps.vars.outputs.sha_short }}" .
docker build --tag "cornellappdev/big-red-bot:${{ steps.vars.outputs.sha_short }}" .
# Push the Docker image to Google Container Registry
- name: Publish
run: |-
docker push "cuappdev/big-red-bot:${{ steps.vars.outputs.sha_short }}"
docker push "cornellappdev/big-red-bot:${{ steps.vars.outputs.sha_short }}"
- name: SSH & Deploy
uses: appleboy/ssh-action@master
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.env
node_modules/
*.log
service_account.json
service_account.json
secrets/
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ssh:
ssh -i secrets/slack_admin.pem [email protected]
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
web:
image: cuappdev/big-red-bot:${SLACK_BOT_IMG_TAG}
image: cornellappdev/big-red-bot:${SLACK_BOT_IMG_TAG}
env_file: .env
ports:
- "3000:3000"
- "8000:8000"
- "8000:8000"

0 comments on commit 9552b5d

Please sign in to comment.