Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Copy also nginx config to server
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrie committed Jan 12, 2024
1 parent 38a08ab commit c3b36b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
source: "docker-compose.yml,docker-compose.traefik.yml,postgres/postgres.conf"
source: "docker-compose.yml,docker-compose.traefik.yml,postgres/postgres.conf,configs/nginx.conf"
target: "/srv/processing/"
overwrite: true

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
volumes:
- ./cache:/var/cache/nginx
- ./logs:/var/log/nginx
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./configs/nginx.conf:/etc/nginx/nginx.conf:ro
depends_on:
- tiles
api:
Expand Down

0 comments on commit c3b36b1

Please sign in to comment.