• This project
    • Loading...
  • Sign in

2019_02_Latest_Technology_Project2_group / Group-G

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Group-G
  • server_code
  • appspec.yml
  • Huh Jin-Ho's avatar
    add server code · 267b8ad4
    267b8ad4
    Huh Jin-Ho authored 2019-12-18 18:17:42 +0900
appspec.yml 327 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
version: 0.0
os: linux
files:
  - source: /
    destination: /opt/food_test
hooks:
  ApplicationStop:
    - location: deployment_scripts/stop.sh
      timeout: 180
  AfterInstall:
    - location: deployment_scripts/deploy.sh
      timeout: 180
  ApplicationStart:
    - location: deployment_scripts/start.sh
      timeout: 180