Skip to content

Commit

Permalink
Add SPRING_PROFILES_ACTIVE env (#148)
Browse files Browse the repository at this point in the history
* ci: add SPRING_PROFILES_ACTIVE to accept env

* chore: remove sql file
  • Loading branch information
prakashchoudhary07 authored Aug 24, 2024
1 parent a677209 commit eb5f8af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 90 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ jobs:
-e RDS_BACKEND_BASE_URL="${{ vars.RDS_BACKEND_BASE_URL }}" \
-e SKILL_TREE_BACKEND_BASE_URL="${{ vars.SKILL_TREE_BACKEND_BASE_URL }}" \
-e SKILL_TREE_FRONTEND_BASE_URL="${{ vars.SKILL_TREE_FRONTEND_BASE_URL }}" \
-e SPRING_PROFILES_ACTIVE="${{ vars.SPRING_PROFILES_ACTIVE }}" \
-e API_V1_PREFIX=/api/v1 \
${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
90 changes: 0 additions & 90 deletions skill-tree/skilltree-database-script.sql

This file was deleted.

0 comments on commit eb5f8af

Please sign in to comment.