Skip to content

Commit 0de8bea

Browse files
committed
fix: deploy.yml
1 parent 519b82c commit 0de8bea

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,5 @@ jobs:
4343
docker load < /tmp/xtai-nav-app.tar.gz
4444
docker stop xtai-nav-app || true
4545
docker rm xtai-nav-app || true
46-
docker run -d \
47-
--name xtai-nav-app \
48-
-p 3000:3000 \
49-
-e NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY='${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}' \
50-
-e CLERK_SECRET_KEY='${{ secrets.CLERK_SECRET_KEY }}' \
51-
xtai-nav-app
46+
docker run --env-file .env -d --name xtai-nav-app -p 3000:3000 xtai-nav-app
5247
EOF

0 commit comments

Comments
 (0)