Skip to content

Commit 429cd14

Browse files
committed
test release
1 parent f1e5167 commit 429cd14

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/build_release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- name: Clone repository
1515
uses: actions/checkout@v2
16-
- name: Use Node.js 12.x
16+
- name: Use Node.js 16.x
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12.x
19+
node-version: 16.x
2020
- name: Install dependencies
2121
run: npm install
2222
# - name: Test
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
HOST = 0.0.0.0
2+
PORT = 4848
3+
REACT_APP_API_SERVER = 192.168.0.134
4+
REACT_APP_API_SERVER_PORT = 280
5+
GITHUB_SECRET = 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

Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard/.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
# misc
1515
.DS_Store
16-
.env.local
1716
.env.development.local
1817
.env.test.local
1918
.env.production.local
@@ -102,4 +101,4 @@ deployment_keys-private
102101
deployment_keys.tar
103102

104103
.github/.release
105-
release-artifacts-*
104+
release-artifacts-*

0 commit comments

Comments
 (0)