Skip to content

Commit

Permalink
Merge pull request #37 from mark-cos/cicd
Browse files Browse the repository at this point in the history
Cicd
  • Loading branch information
dev-HongCheol authored Mar 18, 2024
2 parents 6f216c2 + 8303449 commit 26e3c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
cp -R ${{ github.workspace }}/Dockerfile ${{ vars.DOCKER_BUILD_PATH }}/
cp -R ${{ github.workspace }}/.next/* ${{ vars.DOCKER_BUILD_PATH }}/
cp -R ${{ github.workspace }}/.env ${{ vars.DOCKER_BUILD_PATH }}/
cp -R ${{ github.workspace }}/public ${{ vars.DOCKER_BUILD_PATH }}/standalone/
mv ${{ vars.DOCKER_BUILD_PATH }}/static ${{ vars.DOCKER_BUILD_PATH }}/standalone/.next/
- name: Log in to the Container registry
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
cp -R ${{ github.workspace }}/Dockerfile ${{ vars.DOCKER_BUILD_PATH }}/
cp -R ${{ github.workspace }}/.next/* ${{ vars.DOCKER_BUILD_PATH }}/
cp -R ${{ github.workspace }}/.env ${{ vars.DOCKER_BUILD_PATH }}/
cp -R ${{ github.workspace }}/public ${{ vars.DOCKER_BUILD_PATH }}/standalone/
mv ${{ vars.DOCKER_BUILD_PATH }}/static ${{ vars.DOCKER_BUILD_PATH }}/standalone/.next/
- name: Log in to the Container registry
Expand Down

0 comments on commit 26e3c1d

Please sign in to comment.