質問編集履歴
3
コードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,7 +26,9 @@
|
|
26
26
|
|
27
27
|
`deploy用のコード`
|
28
28
|
|
29
|
-
```
|
29
|
+
```deploy.yml
|
30
|
+
|
31
|
+
#deploy用のyml
|
30
32
|
|
31
33
|
name: CI
|
32
34
|
|
@@ -104,7 +106,7 @@
|
|
104
106
|
|
105
107
|
```test.yml
|
106
108
|
|
107
|
-
|
109
|
+
#test用のyml
|
108
110
|
|
109
111
|
name: Node.js CI
|
110
112
|
|
2
試したことのコマンドの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -194,7 +194,11 @@
|
|
194
194
|
|
195
195
|
$ npm run build
|
196
196
|
|
197
|
-
|
197
|
+
```
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
```console
|
198
202
|
|
199
203
|
$ gcloud app deploy
|
200
204
|
|
1
タイトル変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
App Engineに自動デプロイ
|
1
|
+
App Engineに自動デプロイしても画面が真っ白
|
test
CHANGED
File without changes
|