Skip to content

Commit

Permalink
chore: CICD 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah0226 authored Mar 17, 2024
1 parent 9461438 commit cdab04f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#version: 0.0
#os: linux
#
#files:
# - source: /
# destination: /home/ubuntu/EwhaSinmungo-Back
# overwrite: yes
#file_exists_behavior: OVERWRITE
#permissions:
# - object: /
# pattern: "**"
# owner: ubuntu
# group: ubuntu
#
#hooks:
# AfterInstall:
# - location: scripts/stop.sh
# timeout: 60
# runas: ubuntu
# ApplicationStart:
# - location: scripts/start.sh
# timeout: 60
# runas: ubuntu
version: 0.0
os: linux

files:
- source: /
destination: /home/ubuntu/EwhaSinmungo-Back
overwrite: yes
file_exists_behavior: OVERWRITE
permissions:
- object: /
pattern: "**"
owner: ubuntu
group: ubuntu

hooks:
AfterInstall:
- location: scripts/stop.sh
timeout: 60
runas: ubuntu
ApplicationStart:
- location: scripts/start.sh
timeout: 60
runas: ubuntu

0 comments on commit cdab04f

Please sign in to comment.