Skip to content

Commit

Permalink
ugugf
Browse files Browse the repository at this point in the history
  • Loading branch information
Suj4LB committed Sep 19, 2024
1 parent 4cf76c3 commit 2aa59fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/service-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
EC2_PUBLIC_IP: ec2-18-191-150-153.us-east-2.compute.amazonaws.com # TODO replace to your EC2 instance public IP
EC2_PUBLIC_IP: 18.191.150.153 # TODO replace to your EC2 instance public IP
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} # TODO define this secret in your GitHub repo settings

jobs:
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@app.route("/", methods=['GET'])
def home():
return "Hiiiiiiiiiii Sujal Don, this works! This app is an API, there is no UI ;-)"
return "Hiiouuuu Sujal Don, this works! This app is an API, there is no UI ;-)"


@app.route('/discover')
Expand Down

0 comments on commit 2aa59fb

Please sign in to comment.