Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy #15

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
timeout: 60s
script: |
cd /home/ec2-user/Front-End
sudo git pull origin main
sudo git pull origin deploy
4 changes: 2 additions & 2 deletions js/login.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var SERVER_DOMAIN = "http://localhost:8081"
var API_SERVER_DOMAIN = "http://localhost:8000"
var SERVER_DOMAIN = "https://yourprotein.shop"
var API_SERVER_DOMAIN = "https://api.yourprotein.shop"


let container = document.getElementById("container");
Expand Down
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div class="col align-items-center flex-col sign-in">
<div class="form-wrapper align-items-center">
<div class="form sign-in">
<a id="kakao-login-btn" onclick="toggle()" style="cursor: pointer;" href="https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=3d93f617a4d6fc388877925283f37797&redirect_uri=http://localhost:8081/login.html">
<a id="kakao-login-btn" onclick="toggle()" style="cursor: pointer;" href="https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=3d93f617a4d6fc388877925283f37797&redirect_uri=https://yourprotein.shop/login.html">
<img src="/img/kako_login.png" width="auto"
alt="카카오 로그인" />
</a>
Expand Down