Skip to content

Commit

Permalink
deploy: Test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Jyoti committed Dec 24, 2024
1 parent a77c4a9 commit b78b3fa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ jobs:

- name: Create .env file
run: |
echo ${{ secrets.ENV }} > .env

- name: Debug .env file
run: cat .env
echo "hello world"
echo "${{ secrets.ENV }}" > .env
- name: Build and run containers
run: |
docker-compose down
docker-compose --env-file .env up --build -d
docker-compose --env-file .env up --build -d

0 comments on commit b78b3fa

Please sign in to comment.