Skip to content

Commit

Permalink
build: mkdir certs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Jun 17, 2024
1 parent 3acc024 commit b91eda9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- name: Set up Docker
uses: docker/setup-buildx-action@v1

- name: Create .env file
- name: Create .env file and certs directory
run: |
cp .env.dist .env
mkdir certs
- name: Generate self-signed CA
uses: kofemann/[email protected]
Expand Down

0 comments on commit b91eda9

Please sign in to comment.