Skip to content

APP_NAME: dapr-helloworld #8

APP_NAME: dapr-helloworld

APP_NAME: dapr-helloworld #8

Workflow file for this run

name: cd-resources
permissions:
contents: read
id-token: write
on:
push:
branches:
- main
env:
HUMCTL_VERSION: '0.11.0'
jobs:
deploy-humanitec:
runs-on: ubuntu-22.04
strategy:
matrix:
resources: ["dapr-workload", "in-cluster-redis", "redis-dapr-state"]
steps:
- uses: actions/checkout@v4
- name: install humctl
uses: humanitec/setup-cli-action@v1
with:
version: ${{ env.HUMCTL_VERSION }}
- name: apply humanitec resources
run: |
humctl apply \
-f resources/${{ matrix.resources }}.yaml \
--org ${{ secrets.HUMANITEC_ORG }} \
--token ${{ secrets.HUMANITEC_TOKEN }}