Skip to content

Commit

Permalink
fix: appspec 변경 (CC-134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 12, 2024
1 parent f32acbd commit 6eeb9c4
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# name: CI

# on: [push, pull_request]

# jobs:
# build:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v3
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: "20"
# - run: npm install
# working-directory: ./Team3-Caecae-FE
# - run: npm test
# working-directory: ./Team3-Caecae-FE
version: 0.0
os: linux
files:
- source: /
destination: /home/ubuntu/deploy
overwrite: yes
permissions:
- object: /home/ubuntu/deploy
owner: root
group: root
mode: 755
hooks:
AfterInstall:
- location: deploy.sh
timeout: 1000
runas: root

0 comments on commit 6eeb9c4

Please sign in to comment.