Skip to content

Commit

Permalink
update app-features/build-location
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed May 6, 2024
1 parent 67941ec commit 71f0576
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pages/app-features/build-location.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Highlight from "react-highlight";

import Layout from "../../components/Layout";
import Notice from "../../components/Notice";
import ZoomableImage from "../../components/ZoomableImage";

export default () => (
<Layout>
Expand All @@ -16,11 +17,11 @@ export default () => (
را دانلود کنید یا نیاز داشته باشید که فرایند push کردن ایمیج‌ها به{" "}
<a href="/app-features/private-registry/">رجیستری خصوصی</a>، با سرعت
بیشتری انجام شود. برای این موارد می‌توانید موقعیت build ایمیج برنامه‌تان
را با یکی از دو روش زیر مشخص کنید:
را با یکی از سه روش زیر مشخص کنید:
</p>

<p>
۱) یک فایل با نام
1) در استقرار با Liara CLI یک فایل با نام
<span className="code">liara.json</span>
در ریشه‌ پروژه‌تان ایجاد کرده و قطعه‌کد زیر را درون این فایل قرار بدید:
</p>
Expand All @@ -35,7 +36,7 @@ export default () => (
</Highlight>

<p>
۲) در دستور
2) در استقرار با Liara CLI در دستور
<span className="code">liara deploy</span>
موقعیت build را با پارامتر
<span className="code">--build-location</span>
Expand All @@ -46,6 +47,12 @@ export default () => (
{`liara deploy --build-location="germany"`}
</Highlight>

<p>
3) در استقرار با مرورگر، موقعیت build را در بخش{" "}
<strong>تنظیمات build</strong> به شکل زیر انتخاب کنید:
</p>
<ZoomableImage src="/static/set-build-location.png"></ZoomableImage>

<p>در حال حاضر موقعیت‌های زیر در دسترس هستند:</p>
<ul>
<li>iran</li>
Expand Down
Binary file added public/static/set-build-location.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71f0576

Please sign in to comment.