Skip to content

Commit

Permalink
deploy all test
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Apr 17, 2024
1 parent 755d73f commit e9d11b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Building deploy-all.sh
run: |
cmp -s /tmp/yx "/tmp/gsocket.io${DSTDIR:?}/y" || {
cp "${GITHUB_WORKSPACE:?}/deploy/deploy.sh" "gsocket.io${DSTDIR}/bin/deploy.sh"
"${GITHUB_WORKSPACE:?}/packaging/deploy-all/build.sh" /tmp/deploy-all.sh "gsocket.io${DSTDIR:?}/bin"
cp "${GITHUB_WORKSPACE:?}/deploy/deploy.sh" "/tmp/gsocket.io${DSTDIR}/bin/deploy.sh"
"${GITHUB_WORKSPACE:?}/packaging/deploy-all/build.sh" /tmp/deploy-all.sh "/tmp/gsocket.io${DSTDIR:?}/bin"
rm -f "gsocket.io${DSTDIR}/bin/deploy.sh"
}
Expand Down

0 comments on commit e9d11b1

Please sign in to comment.