declapract-typescript-ehmpathy 0.36.2 → 0.36.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/practices/cicd-app-react-native-expo/best-practice/.github/workflows/.deploy-expo.yml
CHANGED
|
@@ -100,7 +100,7 @@ jobs:
|
|
|
100
100
|
run: eas update --auto --channel ${{ inputs.build }} --platform ${{ matrix.platform }} --non-interactive
|
|
101
101
|
|
|
102
102
|
- name: deploy app binary
|
|
103
|
-
run: eas build --profile ${{ inputs.build }} --platform ${{ matrix.platform }} --non-interactive --no-wait ${{ inputs.build == 'production' && '--auto-submit' || '' }}
|
|
103
|
+
run: eas build --profile ${{ inputs.build }} --platform ${{ matrix.platform }} --non-interactive ${{ inputs.build == 'production' && '--no-wait' || '' }} ${{ inputs.build == 'production' && '--auto-submit' || '' }}
|
|
104
104
|
|
|
105
105
|
deploy-web:
|
|
106
106
|
name: web
|
package/dist/practices/cicd-app-react-native-expo/best-practice/.github/workflows/deploy.yml
CHANGED
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
if: github.event_name != 'workflow_dispatch' || github.event.inputs.thoroughly == 'true'
|
|
37
37
|
with:
|
|
38
38
|
aws-region: us-east-1
|
|
39
|
-
aws-account-id: '
|
|
39
|
+
aws-account-id: '@declapract{variable.awsAccountId.dev}'
|
|
40
40
|
secrets:
|
|
41
41
|
aws-access-key-id: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
|
42
42
|
aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
|
@@ -71,7 +71,7 @@ jobs:
|
|
|
71
71
|
github-environment: prod
|
|
72
72
|
aws-region: us-east-1
|
|
73
73
|
aws-account-id: '@declapract{variable.awsAccountId.prod}'
|
|
74
|
-
app-web-deployment-s3-bucket: s3://@declapract{variable.projectName}-@declapract{variable.infrastructureNamespaceId}-prod
|
|
74
|
+
app-web-deployment-s3-bucket: s3://@declapract{variable.projectName}-@declapract{variable.infrastructureNamespaceId}-prod
|
|
75
75
|
secrets:
|
|
76
76
|
expo-token: ${{ secrets.EXPO_TOKEN }}
|
|
77
77
|
aws-access-key-id: ${{ secrets.PROD_AWS_ACCESS_KEY_ID }}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "declapract-typescript-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "declapract best practices declarations for typescript",
|
|
5
|
-
"version": "0.36.
|
|
5
|
+
"version": "0.36.4",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"repository": "ehmpathy/declapract-typescript-ehmpathy",
|