[FIX] CI yml Docker 이미지 빌드 오류 해결 #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 0.0 | |
os: linux | |
files: | |
- source: / | |
destination: /home/ubuntu/app | |
overwrite: yes | |
permissions: | |
- object: / | |
pattern: "**" | |
owner: ubuntu | |
group: ubuntu | |
hooks: | |
AfterInstall: | |
- location: deploy.sh | |
timeout: 60 | |
runas: ubuntu |