We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7a3d2 commit 97594a9Copy full SHA for 97594a9
.github/workflows/main.yml
@@ -13,7 +13,6 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- - run: docker compose -f docker-compose.yml build
17
- run: cp /home/hasan/ituacm_website_backend/.env /home/hasan/actions-runner/_work/ituacm_website_backend/ituacm_website_backend/
18
- - run: cat .env
+ - run: docker compose -f docker-compose.yml build
19
- run: docker compose -f docker-compose.yml up -d
0 commit comments