Skip to content

Commit

Permalink
ci: deploy.sh 수정 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han authored Feb 20, 2024
1 parent c0b3839 commit 4ed24ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/usr/bin/env bash

echo "> FE 배포"

cd /home/ubuntu/fridge-link-deploy

nohup yarn start &

sudo cp -rf /home/ubuntu/fridge-link-deploy/build/* /var/www/html
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nextConfig = {
images: {
domains: ['mara-s3bucket.s3.ap-northeast-2.amazonaws.com'],
},
distDir: 'build',
webpack: (config) => {
return {
...config,
Expand Down

0 comments on commit 4ed24ef

Please sign in to comment.