Skip to content

Commit

Permalink
fix: pass desitnation path explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Mar 21, 2024
1 parent 7845dd6 commit 05099ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.0
os: linux
files:
- source: /
destination: ~/qss
destination: /home/ubuntu/qss
hooks:
AfterInstall:
- location: aws/scripts/after-install.sh
Expand Down

0 comments on commit 05099ab

Please sign in to comment.