File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4141 key : ${{ secrets.AWS_ACCESS_SECRET_KEY }} # pem 키
4242 # 도커 작업
4343 script : |
44- git clone https://github.com/capstone-maru/maru-rec-sys.git
4544 cd maru-rec-sys
4645
46+ git pull
47+
4748 docker stop maru-rec-sys-container
4849
4950 docker rm maru-rec-sys-container
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ class DataModel(BaseModel):
5050 user : UserCategory
5151 post : PostCategory
5252
53- # DATABASE_URL = "postgresql://cheesecrust:0810jack@mydatabase.c3kmc4wcyz81.ap-northeast-2.rds.amazonaws.com/maru"
54- DATABASE_URL = "postgresql://localhost:5432/maru"
53+ DATABASE_URL = "postgresql://cheesecrust:0810jack@mydatabase.c3kmc4wcyz81.ap-northeast-2.rds.amazonaws.com/maru"
54+ # DATABASE_URL = "postgresql://localhost:5432/maru"
5555database = Database (DATABASE_URL )
5656
5757
You can’t perform that action at this time.
0 commit comments