Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
feat(ci): Spin crc-cloud in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Feb 13, 2023
1 parent 9a1ad31 commit 640d589
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/crc-cloud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: crc-cloud

on:
pull_request:
branches:
- main

workflow_dispatch:

jobs:
ci:
runs-on: ubuntu-latest

steps:
- run: docker run
-e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}
-e AWS_DEFAULT_REGION=eu-west-2 quay.io/crcont/crc-cloud:v0.0.2 create aws
--project-name "crc-ocp412"
--aws-ami-id "ami-019669c0960dbcf14"
--pullsecret-filepath ${{ secrets.PULLSECRET }}
--key-filepath ${{ secrets.ID_ECDSA }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
*.tfstate.*
.terragrunt-cache/
*.lock.hcl
.pulumi

0 comments on commit 640d589

Please sign in to comment.