From ec285469ff6e25383eee7faf391ab8dbb39a9617 Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:39:38 +0200 Subject: [PATCH] chore: deploying the code --- .github/workflows/release-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-upload.yml b/.github/workflows/release-upload.yml index 7469218e2..fe5f59792 100644 --- a/.github/workflows/release-upload.yml +++ b/.github/workflows/release-upload.yml @@ -36,7 +36,7 @@ jobs: - name: Upload the release working-directory: adyen-salesforce-commerce-cloud run: | - sfcc-ci instance:upload $GITHUB_WORKSPACE/cartridges.zip -i "${{ secrets[matrix.sfcc-hostname-secret] }}" --debug + sfcc-ci code:deploy $GITHUB_WORKSPACE/cartridges.zip -i "${{ secrets[matrix.sfcc-hostname-secret] }}" - name: Upload the metadata to the sandbox working-directory: adyen-salesforce-commerce-cloud run: |