Skip to content

Commit

Permalink
Merge pull request #51 from DrInTech22/integration
Browse files Browse the repository at this point in the history
feat: modify variables in cd-backend
  • Loading branch information
DrInTech22 authored Dec 16, 2024
2 parents 8dba295 + e05c2c4 commit b214b13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@ jobs:
run: |
# Backend Insensitive Variables
echo "DOMAIN=production" >> backend.env
echo "ENVIRONMENT=prod" >> backend.env
echo "ENVIRONMENT=production" >> backend.env
echo "PROJECT_NAME=\"Full Stack FastAPI Project\"" >> backend.env
echo "STACK_NAME=full-stack-fastapi-project" >> backend.env
echo "BACKEND_CORS_ORIGINS=\"http://localhost,http://localhost:5173,https://localhost,https://localhost:5173\"" >> backend.env
echo "SMTP_TLS=true" >> backend.env
echo "SMTP_SSL=false" >> backend.env
echo "SMTP_PORT=587" >> backend.env
echo "SMTP_HOST=" >> backend.env
echo "SMTP_USER=" >> backend.env
echo "SMTP_PASSWORD=" >> backend.env
echo "[email protected]" >> backend.env
echo "POSTGRES_SERVER=db" >> backend.env
echo "POSTGRES_USER=app" >> backend.env
Expand All @@ -58,7 +55,6 @@ jobs:
# echo "SMTP_USER=${SMTP_USER}" >> backend.env
# echo "SMTP_PASSWORD=${SMTP_PASSWORD}" >> backend.env
echo "POSTGRES_PASSWORD=${POSTGRES_PASSWORD}" >> backend.env
cat backend.env
- name: Prepare Frontend and PostgreSQL Env
run: |
Expand Down

0 comments on commit b214b13

Please sign in to comment.