Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/liara-cloud/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Jun 22, 2024
2 parents 245654c + 77e9050 commit 1a55884
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions components/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const Table = ({ headers = [], data = [] }) => {
style={{
background: "#ffffff08",
margin: "20px 0px",
overflowX: "auto",
}}
>
<table style={{ width: "100%", textAlign: "center" }}>
Expand Down
4 changes: 2 additions & 2 deletions pages/app-deploy/dotnet/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ const table_body = [
"liara_pre_build.sh",
"publish قبل از ",
"ندارد",
"نصب پکیج‌های سیستمی لازم با apt-get",
"اجرای دستورات مرتبط با cache و بهینه‌سازی",
],
[
"liara_post_build.sh",
"publish بعد از ",
"ندارد",
"اجرای دستورات مرتبط با cache و بهینه‌سازی",
"نصب پکیج‌های سیستمی لازم با apt-get",
],
[
"liara_pre_start.sh",
Expand Down
2 changes: 1 addition & 1 deletion pages/app-deploy/laravel/envs.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default () => (
<pre>
<code>{`$ php artisan key:generate --show`}</code>
</pre>
<p>
<p style={{ overflowWrap: "anywhere" }}>
این دستور خروجی مشابه{" "}
<span className="code">
base64:3uoN2edh6vBwFm6xKWqxBoC0VlEsCm7a5HEOzblXLzs=
Expand Down
2 changes: 2 additions & 0 deletions pages/app-deploy/php/disks.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ $ liara deploy --disks data:uploads \\
--disks temp:/tmp`}
</Highlight>

<br />

<Link href="/app-deploy/php/object-storage" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
Expand Down
2 changes: 1 addition & 1 deletion pages/cicd/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
LIARA_TOKEN: \${{ secrets.LIARA_API_TOKEN }}\
run: |
npm i -g @liara/cli@5
npm i -g @liara/cli@6
liara deploy --app="APP_NAME" --api-token="$LIARA_TOKEN" --no-app-logs
`}
</Highlight>
Expand Down
2 changes: 1 addition & 1 deletion pages/cicd/gitlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ deploy:
only:
- master
script:
- npm i -g @liara/cli@5
- npm i -g @liara/cli@6
- export http_proxy=http://proxy.liara.ir:6666
- liara deploy --app APP_NAME --api-token $TOKEN --no-app-logs
`}
Expand Down

0 comments on commit 1a55884

Please sign in to comment.