Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxshan2000 committed Oct 28, 2023
2 parents 883ab36 + f56b2e2 commit 91683c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

deploy:
needs: [build-frontend, build-backend]
runs-on: aws-runner
runs-on: aws-ec2
steps:
- name: Pull frontend image from Docker Hub
run: docker pull drivesmart/drivesmart-frontend
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const BACKEND_URL = "http://localhost:5000";
export const BACKEND_URL = "http://18.61.115.64";

0 comments on commit 91683c4

Please sign in to comment.