diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index e5adb47..e03d78f 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -27,4 +27,24 @@ jobs: uses: docker/build-push-action@v4 with: push: true - tags: ghcr.io/${{ github.repository }}:${{ env.TAG }} \ No newline at end of file + tags: ghcr.io/${{ github.repository }}:${{ env.TAG }} + + - name: deploy-dev + uses: th0th/rancher-redeploy-workload@v0.9 + env: + RANCHER_BEARER_TOKEN: ${{ secrets.RANCHER_BEARER_TOKEN }} + RANCHER_URL: 'https://rancher.mun.sh' + RANCHER_CLUSTER_ID: 'local' + RANCHER_PROJECT_ID: 'p-vdwsg' + RANCHER_NAMESPACE: 'milkshake' + RANCHER_WORKLOADS: 'rgb' + + - name: deploy-dev + uses: th0th/rancher-redeploy-workload@v0.9 + env: + RANCHER_BEARER_TOKEN: ${{ secrets.RANCHER_BEARER_TOKEN }} + RANCHER_URL: 'https://rancher.mun.sh' + RANCHER_CLUSTER_ID: 'local' + RANCHER_PROJECT_ID: 'p-vdwsg' + RANCHER_NAMESPACE: 'milkshake' + RANCHER_WORKLOADS: 'rgb-browser' \ No newline at end of file