From 2a11d1ccf7d13cc9a39bc17f09758026eb82477f Mon Sep 17 00:00:00 2001 From: yandz <160448541+zeldaxe@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:15:48 -0700 Subject: [PATCH] Update ci_tests.yml Signed-off-by: yandz <160448541+zeldaxe@users.noreply.github.com> --- .github/workflows/ci_tests.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index d36ba2c6f2a..377842fa283 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -267,3 +267,23 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v1 with: files: "artifacts/**/*.xml" + - name: Deploy to IBM Cloud Foundry + # You may pin to the exact commit or the version. + # uses: IBM/cloudfoundry-deploy@fcb5a74cb36e7cd0bfe9f9b5d9d57aab85d00bd1 + uses: IBM/cloudfoundry-deploy@v2.1 + with: + # IBM Cloud API key + IBM_CLOUD_API_KEY: + # IBM Cloud Foundry API endpoint + IBM_CLOUD_CF_API: + # IBM Cloud Foundry organization name + IBM_CLOUD_CF_ORG: + # IBM Cloud Foundry space name + IBM_CLOUD_CF_SPACE: + # App Manifest file + APP_MANIFEST_FILE: # optional, default is manifest.yml + # App variables file + APP_VARS_FILE: # optional + # IBM Cloud Foundry resource group + RESOURCE_GROUP: # optional +