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 4fdb1bd commit 2e7a3d2Copy full SHA for 2e7a3d2
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- - run: whoami
17
- run: docker compose -f docker-compose.yml build
18
- run: cp /home/hasan/ituacm_website_backend/.env /home/hasan/actions-runner/_work/ituacm_website_backend/ituacm_website_backend/
+ - run: cat .env
19
- run: docker compose -f docker-compose.yml up -d
0 commit comments