Skip to content

Commit

Permalink
fix: change master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Nov 14, 2024
1 parent e32be18 commit 400ff6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
docker-compose down
docker system prune -af
source ~/.bash_profile
DIAMONDS_DOCKER_TAG=master-${{ github.sha }} docker-compose -f docker-compose.prod-run.yml up -d
DIAMONDS_DOCKER_TAG=main-${{ github.sha }} docker-compose -f docker-compose.prod-run.yml up -d
- name: Update autoscaler
uses: appleboy/ssh-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.prod-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
frontend:
image: etimodanielwinther/diamonds2_frontend:main-${DIAMONDS_DOCKER_TAG}
image: etimodanielwinther/diamonds2_frontend:${DIAMONDS_DOCKER_TAG}
restart: always
environment:
- VITE_API_BASE_URL=http://backend:3000/api
Expand All @@ -25,7 +25,7 @@ services:
- ./data/certbot/www:/var/www/certbot

backend:
image: etimodanielwinther/diamonds2_backend:main-${DIAMONDS_DOCKER_TAG}
image: etimodanielwinther/diamonds2_backend:${DIAMONDS_DOCKER_TAG}
restart: always
environment:
- DATABASE_URL
Expand Down

0 comments on commit 400ff6a

Please sign in to comment.