Skip to content

Commit

Permalink
adjust appspot config for a temporary test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed May 21, 2024
1 parent cf1c08d commit 93ea9d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build

on:
push:
branches:
- spelunker
on: [push]

jobs:
build-and-deploy:
Expand Down Expand Up @@ -68,9 +65,9 @@ jobs:
- id: deploy
uses: google-github-actions/deploy-appengine@main
with:
version: ${{ env.GITHUB_SHA }}
version: ${{ env.BRANCH_NAME_URL }}
deliverables: appengine/frontend/app.yaml
promote: true
promote: false
- name: update deployment status
uses: bobheadxi/deployments@v1
if: always()
Expand Down
2 changes: 1 addition & 1 deletion appengine/frontend/app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
runtime: python312

service: spelunker
service: neuroglancer

handlers:
# Handle the main page by serving the index page.
Expand Down

0 comments on commit 93ea9d3

Please sign in to comment.