Skip to content

Commit

Permalink
set chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jul 24, 2024
1 parent ba773df commit 112b8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: |
mkdir ./build
docker save ${{ env.BOX_URL }}:slim -o ${{ env.ARTIFACT_PATH }}
chmod 664 ${{ env.ARTIFACT_PATH }}
mv ${{ env.ARTIFACT_PATH }} ./docker-compose.yml ./start.sh ./build
- name: Transport Image
Expand Down

1 comment on commit 112b8a6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for oss-toolbox ready!

✅ Preview
https://oss-toolbox-p1j7cbubv-techquerys-projects.vercel.app

Built with commit 112b8a6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.