Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
rojenarda committed Sep 23, 2024
1 parent 2836d45 commit 1858c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- run: cp /home/hasan/ituacm_website_backend/.env ./
- run: cp /home/hasan/ituacm_website_backend/.env ./backend/
- run: docker compose -f docker-compose.yml build --no-cache
- run: docker compose -f docker-compose.yml up -d
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ COPY ./tests-start.sh /app/

COPY ./app /app/app

COPY ../.env /app/.env
COPY ./.env /app/.env

0 comments on commit 1858c93

Please sign in to comment.