We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34741f commit ce3ee22Copy full SHA for ce3ee22
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# ensure .env exists (bootstrap on first deploy)
44
if [ ! -f .env ]; then
45
- cp .example.env .env
+ cp .env.example .env
46
fi
47
48
# stop any running containers
0 commit comments