forked from refinedev/refine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update finefoods example paths
- Loading branch information
Ömer Faruk APLAK
committed
Dec 14, 2022
1 parent
234ba9a
commit 264ae47
Showing
10 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ jobs: | |
registry: ghcr.io | ||
repository: refinedev/refine/refine-example | ||
tags: sha-${{ steps.current-time.outputs.formattedTime }} | ||
dockerfile: examples/fineFoods/admin/antd/Dockerfile | ||
dockerfile: examples/finefoods-antd/Dockerfile | ||
- name: Set up kubectl | ||
uses: matootie/[email protected] | ||
with: | ||
|
@@ -127,7 +127,7 @@ jobs: | |
run: kubectl get nodes | ||
- name: Deploy refine-example to k8s | ||
run: | | ||
cd examples/fineFoods/admin/antd | ||
cd examples/finefoods-antd | ||
echo ${{ env.domain }} | ||
mv ./k8s/refine-example/Chart.yaml ./k8s/refine-example/Chart.old.yaml && | ||
cat ./k8s/refine-example/Chart.old.yaml | grep -v appVersion > ./k8s/refine-example/Chart.yaml && | ||
|
@@ -177,7 +177,7 @@ jobs: | |
registry: ghcr.io | ||
repository: refinedev/refine/refine-mui-example | ||
tags: sha-${{ steps.current-time.outputs.formattedTime }} | ||
dockerfile: examples/fineFoods/admin/mui/Dockerfile | ||
dockerfile: examples/finefoods-mui/Dockerfile | ||
- name: Set up kubectl | ||
uses: matootie/[email protected] | ||
with: | ||
|
@@ -188,7 +188,7 @@ jobs: | |
run: kubectl get nodes | ||
- name: Deploy refine-example to k8s | ||
run: | | ||
cd examples/fineFoods/admin/mui | ||
cd examples/finefoods-mui | ||
echo ${{ env.domain }} | ||
mv ./k8s/refine-example/Chart.yaml ./k8s/refine-example/Chart.old.yaml && | ||
cat ./k8s/refine-example/Chart.old.yaml | grep -v appVersion > ./k8s/refine-example/Chart.yaml && | ||
|
@@ -232,7 +232,7 @@ jobs: | |
registry: ghcr.io | ||
repository: refinedev/refine/refine-client-example | ||
tag_with_sha: true | ||
dockerfile: examples/fineFoods/client/Dockerfile | ||
dockerfile: examples/finefoods-client/Dockerfile | ||
- name: Set up kubectl | ||
uses: matootie/[email protected] | ||
with: | ||
|
@@ -243,7 +243,7 @@ jobs: | |
run: kubectl get nodes | ||
- name: Deploy refine-example to k8s | ||
run: | | ||
cd examples/fineFoods/client | ||
cd examples/finefoods-client | ||
mv ./k8s/refine-example/Chart.yaml ./k8s/refine-example/Chart.old.yaml && | ||
cat ./k8s/refine-example/Chart.old.yaml | grep -v appVersion > ./k8s/refine-example/Chart.yaml && | ||
echo -e "\r\nappVersion: sha-${GITHUB_SHA::7}\r\n" >> ./k8s/refine-example/Chart.yaml && | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,9 @@ on: | |
- reopened | ||
paths: | ||
- "packages/**" | ||
- "examples/fineFoods/**" | ||
- "examples/finefoods-antd/**" | ||
- "examples/finefoods-mui/**" | ||
- "examples/finefoods-client/**" | ||
|
||
jobs: | ||
antd-fine-foods: | ||
|
@@ -35,7 +37,7 @@ jobs: | |
- name: Deploy to Netlify | ||
uses: nwtgck/[email protected] | ||
with: | ||
publish-dir: './examples/fineFoods/admin/antd/build' | ||
publish-dir: './examples/finefoods-antd/build' | ||
github-token: ${{ secrets.PANKOD_BOT_TOKEN }} | ||
deploy-message: "Deploy from GitHub Actions" | ||
alias: deploy-preview-antd-${{ github.event.number }} | ||
|
@@ -70,7 +72,7 @@ jobs: | |
- name: Deploy to Netlify | ||
uses: nwtgck/[email protected] | ||
with: | ||
publish-dir: './examples/fineFoods/admin/mui/build' | ||
publish-dir: './examples/finefoods-mui/build' | ||
github-token: ${{ secrets.PANKOD_BOT_TOKEN }} | ||
deploy-message: "Deploy from GitHub Actions" | ||
alias: deploy-preview-mui-${{ github.event.number }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters