Skip to content

Commit

Permalink
fix: github action 빌드 커맨드 수정 (#237)
Browse files Browse the repository at this point in the history
dev -> prod
  • Loading branch information
sihyung92 authored Aug 1, 2021
1 parent 7964d98 commit 008be54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/front-prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm install

- name: Build
run: npm run build:dev
run: npm run build:prod

- name: Deploy
run: aws s3 sync --delete ./build s3://jujeol-prod-deploy
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.jujeol.'
version = '1.0.0-beta'
version = '1.0.1-beta'
sourceCompatibility = '11'

configurations {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jujeol-jujeol-frontend",
"version": "1.0.0-beta",
"version": "1.0.1-beta",
"description": "jujeol-jujeol-frontend",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 008be54

Please sign in to comment.