File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy to Server
4
4
on :
5
5
push :
6
6
branches :
7
- - main
7
+ - master
8
8
9
9
jobs :
10
10
deploy :
23
23
username : ${{ secrets.SERVER_USER }}
24
24
key : ${{ secrets.SERVER_SSH_KEY }}
25
25
script : |
26
- cd /ArWebAuth/
27
- git pull origin main
26
+ cd . /ArWebAuth/
27
+ git pull origin master
28
28
npm install
29
29
pm2 restart www
Original file line number Diff line number Diff line change @@ -56,4 +56,10 @@ API는 아직 지원되지 않습니다.
56
56
기여
57
57
58
58
If you'd like to contribute to this project, feel free to open a pull request. Please ensure that your changes are thoroughly tested and documented.
59
- 이 프로젝트에 기여하고 싶다면 자유롭게 풀 리퀘스트를 열어주세요. 변경 사항이 철저히 테스트되고 문서화되었는지 확인해 주세요.
59
+ 이 프로젝트에 기여하고 싶다면 자유롭게 풀 리퀘스트를 열어주세요. 변경 사항이 철저히 테스트되고 문서화되었는지 확인해 주세요.
60
+
61
+
62
+
63
+
64
+
65
+
Original file line number Diff line number Diff line change 124
124
<div class =" container-fluid" >
125
125
<a class =" navbar-brand" href =" #" >
126
126
<svg xmlns =" http://www.w3.org/2000/svg" width =" 40" height =" 32" class =" me-2 ar-logo" viewBox =" 0 0 118 94" role =" img" ><title >[서비스명]</title ></svg >
127
- <span >아름스템프 </span ></a >
127
+ <span >아름스탬프 </span ></a >
128
128
<button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
129
129
<span class =" navbar-toggler-icon" ></span >
130
130
</button >
You can’t perform that action at this time.
0 commit comments