Skip to content

Commit

Permalink
new updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ELHart05 committed Aug 17, 2024
1 parent 1b0efd8 commit 89c0e89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ jobs:
docker pull k3ateam/k3a-backend:1.0
cd ./deployment/prod
sh ./generate_ssl.sh api.cognifile.org ${{ secrets.SSL_EMAIL }}
sh ./prod.sh
echo "y" | sudo docker image prune --all --force
1 change: 1 addition & 0 deletions deployment/prod/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- ../../conf/nginx.conf:/etc/nginx/nginx.conf
- ../../ssl:/etc/nginx/ssl
ports:
- "80:80"
- "443:443"
depends_on:
- backend

0 comments on commit 89c0e89

Please sign in to comment.