loosening func frameworks, skipping dispatch deploy for now

This commit is contained in:
Andy Pack 2023-09-05 20:47:23 +01:00
parent a08bc2d839
commit 6c1d4b3348
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
4 changed files with 6 additions and 6 deletions

View File

@ -202,8 +202,8 @@ jobs:
run: python admin.py set_project ${{ vars.GCP_PROJECT }}
# DEPLOY domain routes
- name: Deploy dispatch.yaml
run: gcloud app deploy dispatch.yaml --quiet
# - name: Deploy dispatch.yaml
# run: gcloud app deploy dispatch.yaml --quiet
# DEPLOY app engine service, -nb for skipping compile
- name: Deploy App Engine Service

View File

@ -4,8 +4,8 @@ dispatch:
# service: default
- url: "music.sarsoo.xyz/*"
service: spotify
service: web_api
- url: "mixonomer.sarsoo.xyz/*"
service: spotify
service: web_api

2
poetry.lock generated
View File

@ -1542,4 +1542,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "~3.11"
content-hash = "a62b8ff1d207a4c91dd32c0dbbaa6cfd54ad8517ca2af1496ab8f7bb5bbc02c8"
content-hash = "163fd3fe7d9f48236f630b8f52b405eb3cbccbb7db992d16e56a7b159cd19a5b"

View File

@ -24,7 +24,7 @@ google-cloud-tasks = "^2.10.0"
requests = "^2.28.1"
httpx = {extras = ["http2"], version = "^0.24.1"}
PyJWT = "^2.4.0"
functions-framework = "^3.4.0"
functions-framework = "^3"
spotframework = { git = "https://github.com/Sarsoo/spotframework.git", branch = "master" }
fmframework = { git = "https://github.com/Sarsoo/pyfmframework.git", branch = "master" }