Skip to content

Commit

Permalink
added workflow to copy the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent 82dc7ec commit fc57242
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Set MATHESAR_DATABASES environment variable
run: |
echo "export MATHESAR_DATABASES=postgresql://localhost:5432/mathesar" >> $GITHUB_ENV
- name: Copy .env.example file to .env file
run: cp .env.example .env

- name: Build Docker image
run: docker compose -f docker-compose.yml -f docker-compose.dev.yml up dev-service
Expand Down

0 comments on commit fc57242

Please sign in to comment.