Skip to content

Commit

Permalink
fix: rename web service to backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Adibov committed Nov 23, 2023
1 parent b299287 commit b56ac91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
# TODO: handle envs
script: |
docker compose -f AAISS-2023/docker-compose.yml pull
docker compose -f AAISS-2023/docker-compose.yml up -d
docker compose -f AAISS-2023/docker-compose.yml up -d --pull always
2 changes: 1 addition & 1 deletion deployment/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aaiss.ir {
}

reverse_proxy @backend {
to web:6446
to backend:6446
}

handle @frontend {
Expand Down

0 comments on commit b56ac91

Please sign in to comment.