diff --git a/.github/workflows/deploy-to-ibm-cloud.yml b/.github/workflows/deploy-to-ibm-cloud.yml deleted file mode 100644 index 93211a938..000000000 --- a/.github/workflows/deploy-to-ibm-cloud.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: deploy-to-ibm-cloud - -on: - push: - branches: - - main - -jobs: - deploy-test: - runs-on: ubuntu-20.04 - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - steps: - - uses: actions/checkout@main - - name: Use Node.js 14.x - uses: actions/setup-node@v1 - with: - node-version: "14.x" - - name: Install dependencies - run: yarn install - - name: Set env vars - uses: ./.github/actions/set-dotenv - with: - env-file: .env.production - env: - GATSBY_CPU_COUNT: 1 - - name: Building Gatsby - run: yarn build - - name: Deploying to IBM Cloud - uses: carbon-design-system/action-ibmcloud-cf@v1.2.0 - with: - cloud-api-key: ${{ secrets.CLOUD_API_KEY }} - cf-org: ibm-digital-design - cf-space: ibmdotcom-production - cf-region: us-south - cf-app: carbon-for-ibm-dotcom - cf-manifest: manifest.yml - - uses: act10ns/slack@v1 - with: - status: ${{ job.status }} - if: failure() diff --git a/manifest.yml b/manifest.yml deleted file mode 100644 index dabba6279..000000000 --- a/manifest.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -applications: - - name: carbon-for-ibm-dotcom - path: ./public - memory: 64M - buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git - routes: - - route: carbon-for-ibm-dotcom.mybluemix.net