diff --git a/.github/workflows/gradle-release.yml b/.github/workflows/gradle-release.yml index 8256309..1299b55 100644 --- a/.github/workflows/gradle-release.yml +++ b/.github/workflows/gradle-release.yml @@ -38,7 +38,7 @@ jobs: sleep 10 for filename in build/libs/*; do curl --data-binary "@$filename" -H "Content-Type: application/java-archive" "https://uploads.github.com/repos/$GITHUB_REPOSITORY/releases/$RELEASE_ID/assets?name=$(basename $filename)&access_token=$GITHUB_TOKEN" ; done - name: Upload to test server [tag only] - if: github.repository == 'colin-bz/labpipe-server-public' && github.event_name == 'create' && github.event.ref_type == 'tag' + if: github.repository == 'bz-dev/labpipe-server-public' && github.event_name == 'create' && github.event.ref_type == 'tag' uses: appleboy/scp-action@master with: host: ${{secrets.LABPIPE_TEST_HOST}} @@ -48,7 +48,7 @@ jobs: target: "/local/apps/labpipe" strip_components: 2 - name: Deploy to test server [tag only] - if: github.repository == 'colin-bz/labpipe-server-public' && github.event_name == 'create' && github.event.ref_type == 'tag' + if: github.repository == 'bz-dev/labpipe-server-public' && github.event_name == 'create' && github.event.ref_type == 'tag' uses: appleboy/ssh-action@master with: host: ${{secrets.LABPIPE_TEST_HOST}}