Skip to content

Commit 4f92685

Browse files
Alt deploy
1 parent 4254228 commit 4f92685

File tree

5 files changed

+6317
-2442
lines changed

5 files changed

+6317
-2442
lines changed

.github/workflows/pxt-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949

5050
- name: deploy
5151
run: |
52-
gcloud app deploy
52+
gcloud app deploy --verbosity=debug

app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ env: flex
44
runtime_config:
55
operating_system: "ubuntu22"
66
runtime_version: "20"
7+
8+
network:
9+
session_affinity: true

launch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pxt serve --noBrowser -h 0.0.0.0 -p $PORT

0 commit comments

Comments
 (0)