Skip to content

Commit

Permalink
chore: ec2 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
SSung023 committed Apr 7, 2024
1 parent 564cefe commit f317035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- name: make application.yml
run: |
mkdir -p ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.APPLICATION }}" > ./application.yml
Expand Down
2 changes: 1 addition & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os: linux

files:
- source: /
destination: /home/ubuntu/build
destination: /home/ubuntu/app
overwrite: yes

permissions:
Expand Down

0 comments on commit f317035

Please sign in to comment.