Skip to content

Commit

Permalink
Merge pull request #37 from sudeeppr1998/main
Browse files Browse the repository at this point in the history
Merge 1.1-prod in main
  • Loading branch information
sudeeppr1998 authored Aug 21, 2024
2 parents 12c1a92 + 022b3e8 commit 09582d3
Show file tree
Hide file tree
Showing 21 changed files with 20,444 additions and 1,716 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DEV DEPLOYMENT

on:
push:
branches: [ all-1.0 ]
branches: [ all-1.1-dev ]

jobs:
build:
Expand Down Expand Up @@ -59,4 +59,5 @@ jobs:
docker pull ${{ secrets.CONTAINER_REGISTRY }}:${{ secrets.IMAGE_TAG }}
docker run -d --name ${{ secrets.CONTAINER_NAME }} --network ${{ secrets.NETWORK }} -p ${{ secrets.CONTAINER_PORT }} -t ${{ secrets.CONTAINER_REGISTRY }}:${{ secrets.IMAGE_TAG }}
cd /home/alldevuser/all-services/all-content-service
docker-compose up -d --force-recreate --no-deps
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.env
package-lock.json
docker-compose.yml
Dockerfile

# compiled output
/dist
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
- ai-network
environment:
- .env

networks:
ai-network:
driver: bridge
Loading

0 comments on commit 09582d3

Please sign in to comment.