Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created February 22, 2021 18:36
Show Gist options
  • Save recursivecodes/6ad964c98922faed55cf3780d91a1c58 to your computer and use it in GitHub Desktop.
Save recursivecodes/6ad964c98922faed55cf3780d91a1c58 to your computer and use it in GitHub Desktop.
build.yaml
name: oci-resource-manager-build-demo
on:
  push:
    branches:
      - github-actions-resource-manager
jobs:
  build-resource-manager:
    name: Build Resource Manager
    runs-on: ubuntu-latest
    env:
        STACK_NAME: "OCI Resource Manager Demo Stack"
        PROVIDER_NAME: "GitHub Source Provider"
        BRANCH_NAME: "github-actions-resource-manager"
        REPO_URL: "https://github.com/recursivecodes/oci-resource-manager-demo"
        TF_VERSION: "0.13.x"
        REGION: "us-phoenix-1"
        BUCKET_NAME: "test_bucket"
    steps:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment