fix: deploy
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 3m47s
Build & Deploy / 🏗️ Build (push) Successful in 7m18s
Build & Deploy / 🚀 Deploy (push) Successful in 13s
Build & Deploy / 🔔 Notifications (push) Successful in 2s
Build & Deploy / ⚡ PageSpeed (push) Failing after 1m10s
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 3m47s
Build & Deploy / 🏗️ Build (push) Successful in 7m18s
Build & Deploy / 🚀 Deploy (push) Successful in 13s
Build & Deploy / 🔔 Notifications (push) Successful in 2s
Build & Deploy / ⚡ PageSpeed (push) Failing after 1m10s
This commit is contained in:
@@ -134,13 +134,13 @@ jobs:
|
|||||||
echo "next_public_base_url=$NEXT_PUBLIC_BASE_URL" >> "$GITHUB_OUTPUT"
|
echo "next_public_base_url=$NEXT_PUBLIC_BASE_URL" >> "$GITHUB_OUTPUT"
|
||||||
echo "directus_url=$DIRECTUS_URL" >> "$GITHUB_OUTPUT"
|
echo "directus_url=$DIRECTUS_URL" >> "$GITHUB_OUTPUT"
|
||||||
echo "directus_host=$DIRECTUS_HOST" >> "$GITHUB_OUTPUT"
|
echo "directus_host=$DIRECTUS_HOST" >> "$GITHUB_OUTPUT"
|
||||||
echo "project_name=$PRJ_ID" >> "$GITHUB_OUTPUT"
|
echo "project_name=$PRJ_ID-$TARGET" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
# Determine middleware
|
# Determine middleware
|
||||||
if [[ "$TARGET" == "production" ]]; then
|
if [[ "$TARGET" == "production" ]]; then
|
||||||
echo "auth_middleware=compress" >> "$GITHUB_OUTPUT"
|
echo "auth_middleware=compress" >> "$GITHUB_OUTPUT"
|
||||||
else
|
else
|
||||||
echo "auth_middleware=$PRJ_ID-auth" >> "$GITHUB_OUTPUT"
|
echo "auth_middleware=$PRJ_ID-$TARGET-auth" >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
qa:
|
qa:
|
||||||
|
|||||||
Reference in New Issue
Block a user