Skip to content

Commit

Permalink
Fix deployment versioning (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPuglisi authored Nov 8, 2023
1 parent 23935f6 commit ae8c48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-app-engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Deploy to GCP App Engine
uses: google-github-actions/deploy-appengine@v1
with:
version: default
env_vars: |-
HUE_CLIENT=${{ vars.HUE_CLIENT }}
HUE_ID=${{ vars.HUE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Descent

[![Deploy to AWS Elastic Beanstalk](https://github.com/JasonPuglisi/descent/actions/workflows/deploy-app-engine.yml/badge.svg?branch=main)](https://github.com/JasonPuglisi/descent/actions/workflows/deploy-app-engine.yml)
[![Deploy to GCP App Engine](https://github.com/JasonPuglisi/descent/actions/workflows/deploy-app-engine.yaml/badge.svg?branch=main)](https://github.com/JasonPuglisi/descent/actions/workflows/deploy-app-engine.yaml)

Elegant now playing display for Last.fm showing song metadata and local weather.

Expand Down

0 comments on commit ae8c48b

Please sign in to comment.