Skip to content

Commit

Permalink
ci: appspec.yml 파일 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han committed Jan 18, 2024
1 parent 5afc277 commit 0ee0d03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
steps:
- name: Checkout source code.
uses: actions/checkout@v2

- name: Check Node v
run: node -v

- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

Expand Down
12 changes: 12 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 0.0
os: linux

files:
- source: /
destination: /home/ubuntu/mara-deploy
overwrite: yes
permissions:
- object: /home/ubuntu/mara-deploy
owner: ubuntu
group: ubuntu
mode: 755

0 comments on commit 0ee0d03

Please sign in to comment.