
AWS - GitHub Actions_ react
·
💻 개발 일지/AWS
목표 front GitHub Action을 사용해 workflow 자동화 참고 https://github.com/Kwak-Minju/FIRSTSTEP_FE_AWS.git https://kalswn.tistory.com/entry/AWS-CodeDeploy-Flask { axios.get(`${process.env.REACT_APP_SERVER_URL}/boardlist/${boardId}/commentlist`) .then(response => { setComments(response.data) console.log(response.data) }).catch(error => console.log(error)); // eslint-disable-next-line react-hooks/exhaustive-d..