Skip to content

Commit

Permalink
keep pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbouchez committed Jan 21, 2025
1 parent f17adc3 commit 3df533b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: fastapi

push: true

- name: Install Valyent CLI
run: curl -L https://cli.valyent.cloud | sh

Expand Down
2 changes: 1 addition & 1 deletion fastapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

@app.get("/")
def read_root():
return {"Hello": "World"}
return {"Valyent": "Rocks"}

0 comments on commit 3df533b

Please sign in to comment.