質問編集履歴
3
コードの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,8 @@
|
|
12
12
|
以下はgithub actionsのテスト、デプロイ用のコードです。
|
13
13
|
|
14
14
|
`deploy用のコード`
|
15
|
-
```
|
15
|
+
```deploy.yml
|
16
|
+
#deploy用のyml
|
16
17
|
name: CI
|
17
18
|
|
18
19
|
on:
|
@@ -51,7 +52,7 @@
|
|
51
52
|
|
52
53
|
`test用のコード`
|
53
54
|
```test.yml
|
54
|
-
|
55
|
+
#test用のyml
|
55
56
|
name: Node.js CI
|
56
57
|
|
57
58
|
on: pull_request
|
2
試したことのコマンドの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -96,7 +96,9 @@
|
|
96
96
|
|
97
97
|
```console
|
98
98
|
$ npm run build
|
99
|
+
```
|
99
100
|
|
101
|
+
```console
|
100
102
|
$ gcloud app deploy
|
101
103
|
```
|
102
104
|
|
1
タイトル変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
App Engineに自動デプロイ
|
1
|
+
App Engineに自動デプロイしても画面が真っ白
|
body
CHANGED
File without changes
|