Skip to content

Commit

Permalink
deploy: Test env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Jyoti committed Dec 24, 2024
1 parent 2689c92 commit 16a7be7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
- name: Create .env file
run: |
echo "${{ secrets.ENV }}" > .env
- name: Debug .env file
run: cat .env

- name: Build and run containers
run: |
docker-compose down
docker-compose up --build -d
docker-compose --env-file .env up --build -d

0 comments on commit 16a7be7

Please sign in to comment.