Skip to content

Commit

Permalink
fix: docker removal
Browse files Browse the repository at this point in the history
  • Loading branch information
SSameer20 committed Dec 10, 2024
1 parent d721eba commit aea2fe0
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 77 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Client Production
on:
push:
paths:
- "client/**" # Trigger when any file in the 'client' folder is changed
- "client/**"

jobs:
deploy:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16' # Ensure you're using the appropriate Node.js version
node-version: "16"

- name: Install Vercel CLI globally
run: npm install -g vercel
Expand All @@ -26,4 +26,4 @@ jobs:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
run: |
cd client # Navigate to the client directory
vercel --prod --token $VERCEL_TOKEN --yes
vercel --prod --token $VERCEL_TOKEN --yes
6 changes: 3 additions & 3 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Server Production
on:
push:
paths:
- "server/**" # Trigger when any file in the 'server' folder is changed
- "server/**"

jobs:
deploy:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16' # Ensure you're using the appropriate Node.js version
node-version: "16" # Ensure you're using the appropriate Node.js version

- name: Install Vercel CLI globally
run: npm install -g vercel
Expand All @@ -26,4 +26,4 @@ jobs:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
run: |
cd server # Navigate to the server directory
vercel --prod --token $VERCEL_TOKEN --yes
vercel --prod --token $VERCEL_TOKEN --yes
27 changes: 0 additions & 27 deletions .github/workflows/docker-compose.yml

This file was deleted.

2 changes: 0 additions & 2 deletions client/.dockerignore

This file was deleted.

13 changes: 0 additions & 13 deletions client/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions landing_page/.dockerignore

This file was deleted.

6 changes: 0 additions & 6 deletions landing_page/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions model/README.md

This file was deleted.

Binary file removed model/image.jpeg
Binary file not shown.
2 changes: 0 additions & 2 deletions server/.dockerignore

This file was deleted.

11 changes: 0 additions & 11 deletions server/Dockerfile

This file was deleted.

0 comments on commit aea2fe0

Please sign in to comment.