-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: 푸시 서버 인프라 이전에 따른 actions script 변경 (#49)
* Feat: develop to oracle actions script * Fix: upgrade node version and tag dev * Fix: fix typo in docker tagging * Fix: remove docker tagging to time command * Fix: docker tag using commit hash * Fix: change dev app port * Fix: fix typo in yml * Feat: dev 환경 빌드, 배포 스크립트 * Fix: fix NODE_ENV * Fix: change target branch for test * Fix: change release script command * Fix: change target branch to develop * Build: fix dockerfile node version * Fix: deploy.yml action name * Feat: prod actions script (test) * Fix: change fcm credential env * Feat: production actions script * Fix: change slack channel webhook to prod
- Loading branch information
Showing
5 changed files
with
67 additions
and
82 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:16-alpine | ||
FROM node:18-alpine | ||
|
||
WORKDIR /usr/app | ||
|
||
|
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
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