Skip to content

Commit 46167bf

Browse files
committed
Update workflow
1 parent 43bdbe3 commit 46167bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16-
- run: cp /home/hasan/ituacm_website_backend/.env /home/hasan/actions-runner/_work/ituacm_website_backend/ituacm_website_backend/
16+
- run: docker buildx prune -f
17+
- run: cp /home/hasan/ituacm_website_backend/.env ./
1718
- run: docker compose -f docker-compose.yml build --no-cache
1819
- run: docker compose -f docker-compose.yml up -d

0 commit comments

Comments
 (0)