Skip to content

Conversation

@MasahisaSekita
Copy link
Contributor

@MasahisaSekita MasahisaSekita commented Mar 20, 2025

Description

Added CI/CD to our application. Now whenever a new push is made that passes all unit tests it is automatically redeployed onto our vm.

SCRUM-130

Type of change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

echo "PORT=8081" >> .env && \
echo "CLIENT_APP_URL=http://localhost:5173" >> .env && \
echo "DATABASE_URL=https://pmiihreibkvcruwhjvpj.supabase.co" >> .env && \
echo "DATABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InBtaWlocmVpYmt2Y3J1d2hqdnBqIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTczODE3NTMyNiwiZXhwIjoyMDUzNzUxMzI2fQ.hZ1goNXMKMfYDPyihsM5lZTh4i30BcEWMkJ7uJy1ddA" >> .env && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you see if there is a way to not have the environment variables hardcoded?

@Austin-X Austin-X changed the title Ms/scrun 130 project deployment CI/CD Ms/scrum 130 project deployment CI/CD Mar 20, 2025
Copy link
Contributor

@kevin-lann kevin-lann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Env vars are good now. Looks ready to go

@MasahisaSekita MasahisaSekita merged commit 234c1a4 into develop Mar 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants