728x90
https://www.digitalocean.com/community/questions/deployment-is-always-in-a-building-state
- slack_bolt๋ฅผ ์ฌ์ฉํด ๋ง๋ App์ DigitalOcean App์ deployํ๋ ๊ณผ์ ์์ ์๊ธฐ๋ ์ค๋ฅ ๋ฐ์
์์ธ
Build ๋จ๊ณ์ app์ ์คํ์์ผ bolt app์ด ๊ณ์ ์คํ๋์ด deploy ๋จ๊ณ๋ก ๊ฐ์ง ๋ชปํจ.
ํด๊ฒฐ
1. `package.json`
"scripts": {
"start": "node ./src/app.js",
"build": "npm install"
}
2. run_command add[npm start]
3. build_command add [npm run build]
๋ฐ์ํ
'๐ Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Flask Error : AttributeError: 'Flask' object has no attribute 'login_manager' (0) | 2023.08.08 |
---|---|
[PEP 703] Making the Global Interpreter Lock Optional in CPython (0) | 2023.07.09 |
On the amortized complexity of approximate counting (0) | 2023.06.20 |
[digitalOcean] digitalOcean + Slack ChatBot (0) | 2023.06.12 |
[Copilot] GitHub Copilot vs GitHub Copilot Nightly (0) | 2023.06.04 |