Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Dec 15, 2023
1 parent c79c318 commit a6c098d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rivet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
prepare:
name: Prepare
runs-on: ubuntu-20.04
outputs:
ns_name: ${{ steps.derive_names.outputs.ns_name }}
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
rivet namespace create --id "${{ steps.derive_names.outputs.ns_name }}" --name "$branch_name" --version "0.0.1" || true
build_job_matchmaker:
name: Build Docker Image (Dockerfile)
needs: prepare
runs-on: ubuntu-20.04
outputs:
Expand All @@ -61,6 +63,7 @@ jobs:
echo "::set-output name=image_id::$(echo $output | jq -r '.image_id')"
build_cdn:
name: Build CDN Site
needs: prepare
runs-on: ubuntu-20.04
outputs:
Expand All @@ -84,6 +87,7 @@ jobs:
echo "::set-output name=site_id::$(echo $output | jq -r '.site_id')"
deploy:
name: Deploy
needs: [prepare, build_job_matchmaker, build_cdn]
runs-on: ubuntu-20.04
env:
Expand Down

0 comments on commit a6c098d

Please sign in to comment.