Skip to content

Commit

Permalink
배포
Browse files Browse the repository at this point in the history
  • Loading branch information
JONG-KYEONG committed Jan 8, 2024
1 parent 516a2cd commit 3a9391d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ os: linux

files:
- source: /
destination: /home/ubuntu/GLOG
destination: /home/ubuntu/GLOGG
overwrite: yes
file_exists_behavior: OVERWRITE
permissions:
- object: /home/ubuntu/GLOG/
- object: /home/ubuntu/GLOGG/
owner: ubuntu
group: ubuntu
hooks:
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

REPOSITORY=/home/ubuntu/GLOG/server
REPOSITORY=/home/ubuntu/GLOGG
cd $REPOSITORY

APP_NAME=GLOGG
Expand Down

0 comments on commit 3a9391d

Please sign in to comment.