generated from idea2app/Next-Bootstrap-ts
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fb5586
commit b3f8cdf
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
- name: Transport Image | ||
uses: appleboy/[email protected] | ||
with: | ||
source: ./build | ||
source: ./build/* | ||
target: /tmp/${{ env.BOX_NAME }} | ||
host: ${{ secrets.HOST }} | ||
username: ${{ secrets.USER }} | ||
|
@@ -60,8 +60,8 @@ jobs: | |
password: ${{ secrets.SSH_KEY }} | ||
command: | | ||
mkdir -p ~/${{ env.BOX_NAME }} | ||
cd /tmp/${{ env.BOX_NAME }}/build | ||
cd /tmp/${{ env.BOX_NAME }} | ||
mv docker-compose.yml start.sh ~/${{ env.BOX_NAME }} | ||
cd ~/${{ env.BOX_NAME }} | ||
chmod +x start.sh | ||
echo '${{ secrets.SSH_KEY }}' | sudo -S ./start.sh /tmp/${{ env.BOX_NAME }}/build/${{ env.ARTIFACT_PATH }} | ||
echo '${{ secrets.SSH_KEY }}' | sudo -S ./start.sh /tmp/${{ env.BOX_NAME }}/${{ env.ARTIFACT_PATH }} |
b3f8cdf
There was a problem hiding this comment.
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-bdcyoop6v-techquerys-projects.vercel.app
Built with commit b3f8cdf.
This pull request is being automatically deployed with vercel-action