-
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.
chore: change project name from pmpa to new
- Loading branch information
Showing
10 changed files
with
30 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,12 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
include: | ||
- name: pmpa-app | ||
- name: soffit-order-admin-app | ||
path: ./packages/app | ||
context: . | ||
- name: pmpa-api | ||
path: ./packages/api | ||
context: . | ||
# - name: soffit-order-admin-api | ||
# path: ./packages/api | ||
# context: . | ||
|
||
permissions: | ||
contents: read | ||
|
@@ -101,7 +101,7 @@ jobs: | |
labels: | | ||
org.opencontainers.image.title="alwatr/${{matrix.name}}" | ||
org.opencontainers.image.vendor="Alwatr" | ||
org.opencontainers.image.documentation="https://github.com/Alwatr/pmpa" | ||
org.opencontainers.image.documentation="https://github.com/Alwatr/soffit-order-admin" | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://www.njfamirm.ir)" | ||
- name: 🚀 Build and push container image | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Alwatr PMPA | ||
# Soffit Order Admin | ||
|
||
Progressive Multi Page (Web) Application. |
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
appId='pmpa' | ||
appId='soffit-order-admin' | ||
deployHost='mci2.alwatr.ir' | ||
deployPath="/srv/${appId}" | ||
|
||
appForceDomain='pmpa.alwatr.ir' | ||
domain="pmpa.alwatr.ir" | ||
appForceDomain='admin.order.soffit.co' | ||
domain="admin.order.soffit.co" | ||
|
||
appImage='ghcr.io/alwatr/pmpa-app:next' | ||
apiImage='ghcr.io/alwatr/pmpa-api:next' | ||
appImage='ghcr.io/alwatr/soffit-order-admin-app:next' | ||
# apiImage='ghcr.io/alwatr/soffit-order-admin-api:next' | ||
|
||
storageAccessToken='your_secret_token' | ||
# storageAccessToken='your_secret_token' | ||
|
||
apiDebug=1 | ||
storageApiDebug=1 | ||
# apiDebug=1 | ||
# storageApiDebug=1 | ||
# appAccessLog=off | ||
# storageAccessLog=off |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alwatr/pmpa-monorepo", | ||
"name": "@alwatr/soffit-order-admin-monorepo", | ||
"description": "Progressive Multi Page (Web) Application.", | ||
"repository": "https://github.com/Alwatr/pmpa", | ||
"repository": "https://github.com/Alwatr/soffit-order-admin", | ||
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)", | ||
"license": "MIT", | ||
"type": "module", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/pmpa-api", | ||
"version": "1.1.1", | ||
"name": "@alwatr/soffit-order-admin-api", | ||
"version": "0.0.0", | ||
"description": "Alwatr Progressive Multi Page (Web) Application.", | ||
"author": "S. Ali Mihandoost <[email protected]>", | ||
"private": true, | ||
|
@@ -12,12 +12,12 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Alwatr/pmpa", | ||
"url": "https://github.com/Alwatr/soffit-order-admin", | ||
"directory": "packages/api" | ||
}, | ||
"homepage": "https://github.com/Alwatr/pmpa#readme", | ||
"homepage": "https://github.com/Alwatr/soffit-order-admin#readme", | ||
"bugs": { | ||
"url": "https://github.com/Alwatr/pmpa/issues" | ||
"url": "https://github.com/Alwatr/soffit-order-admin/issues" | ||
}, | ||
"prettier": "@alwatr/prettier-config", | ||
"nano-build-development": { | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/pmpa-app", | ||
"version": "1.1.1", | ||
"name": "@alwatr/soffit-order-admin-app", | ||
"version": "0.0.0", | ||
"description": "Alwatr Progressive Multi Page (Web) Application.", | ||
"author": "S. Ali Mihandoost <[email protected]>", | ||
"private": true, | ||
|
@@ -14,12 +14,12 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Alwatr/pmpa", | ||
"url": "https://github.com/Alwatr/soffit-order-admin", | ||
"directory": "packages/app" | ||
}, | ||
"homepage": "https://github.com/Alwatr/pmpa#readme", | ||
"homepage": "https://github.com/Alwatr/soffit-order-admin#readme", | ||
"bugs": { | ||
"url": "https://github.com/Alwatr/pmpa/issues" | ||
"url": "https://github.com/Alwatr/soffit-order-admin/issues" | ||
}, | ||
"prettier": "@alwatr/prettier-config", | ||
"nano-build-development": { | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import {definePackage} from '@alwatr/logger'; | ||
|
||
export const logger = definePackage('@alwatr/pmpa-app-build', '1.x', true); | ||
export const logger = definePackage('@alwatr/soffit-order-admin-app-build', '1.x', true); | ||
|
||
export const devMode = process.env.NODE_ENV !== 'production'; | ||
logger.logProperty?.('devMode', devMode); |
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