Skip to content

Commit

Permalink
[FIX] appspec files source 상대 경로로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 28, 2024
1 parent 140edbc commit 9a4bfb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 0.0
os: linux

files:
- source: /script/deploy.sh
- source: ./script/deploy.sh
destination: /home/ubuntu/script/op/deploy.sh
overwrite: yes
- source: /script/switch.sh
- source: ./script/switch.sh
destination: /home/ubuntu/script/op/switch.sh
overwrite: yes
- source: /script/valid.sh
- source: ./script/valid.sh
destination: /home/ubuntu/script/op/valid.sh
overwrite: yes

Expand Down

0 comments on commit 9a4bfb0

Please sign in to comment.