Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianswms committed Jun 24, 2024
1 parent 01f3326 commit 7c39b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
chmod 600 ssl/server.key
sudo chown 999:999 ssl/server.key
chmod 600 ssl/pkey.key
chmod 644 public_pkey.key
chmod 644 ssl/public_pkey.key
- name: Set up Postgres container
run: |
docker compose -f docker-compose.yml up -d
Expand Down

0 comments on commit 7c39b6c

Please sign in to comment.