Skip to content

Commit

Permalink
removed old auto-email-sender-new, updated name of auto-email-sender-…
Browse files Browse the repository at this point in the history
…new to auto-email-sender (#297)
  • Loading branch information
Luisfp0 authored Sep 4, 2024
1 parent c71c1b5 commit 6967354
Show file tree
Hide file tree
Showing 176 changed files with 170 additions and 4,959 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/auto-email-sender.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build auto email sender new and push to OCI
name: Build auto email sender and push to OCI

on:
push:
branches:
- main
paths:
- 'apps/auto-email-sender-new/**/*'
- 'apps/auto-email-sender/**/*'
- 'packages/**/*'
- 'Dockerfile.auto'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Verify build auto email sender new
name: Verify build auto email sender

on:
push:
paths:
- apps/auto-email-sender-new/**
- apps/auto-email-sender/**
- packages/**
- Dockerfile.auto

Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.auto
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ FROM base AS dependencies
WORKDIR /app

# Copy the specific project files
COPY apps/auto-email-sender-new ./apps/auto-email-sender-new
COPY apps/auto-email-sender ./apps/auto-email-sender
COPY packages ./packages
COPY package*.json turbo.json yarn.lock ./

# Install monorepo dependencies and scoped project dependencies in one step
RUN npm install && npm install --prefix apps/auto-email-sender-new
RUN npm install && npm install --prefix apps/auto-email-sender

###################################################################################################################

# Builder Stage
FROM dependencies AS builder

# Setup match_roles and prepare Python environment
WORKDIR /app/apps/auto-email-sender-new/src/match_roles
WORKDIR /app/apps/auto-email-sender/src/match_roles
RUN python3.11 -m venv matchenv && \
. matchenv/bin/activate && \
pip install --upgrade pip setuptools wheel cython pybind11 pythran && \
Expand All @@ -87,4 +87,4 @@ WORKDIR /app
COPY --from=builder /app /app

# Run the script
CMD ["ts-node", "apps/auto-email-sender-new/src/index.ts"]
CMD ["ts-node", "apps/auto-email-sender/src/index.ts"]
19 changes: 0 additions & 19 deletions apps/auto-email-sender-new/.env.example

This file was deleted.

118 changes: 0 additions & 118 deletions apps/auto-email-sender-new/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions apps/auto-email-sender-new/docker-compose.yml

This file was deleted.

2 changes: 0 additions & 2 deletions apps/auto-email-sender/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions apps/auto-email-sender/.gitignore

This file was deleted.

110 changes: 0 additions & 110 deletions apps/auto-email-sender/Makefile

This file was deleted.

Loading

0 comments on commit 6967354

Please sign in to comment.