We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e2eb7 commit 1481c75Copy full SHA for 1481c75
.github/workflows/web.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
paths:
8
- - 'apps/beeai-web/**'
+ - "apps/beeai-web/**"
9
10
permissions:
11
contents: read
@@ -35,11 +35,3 @@ jobs:
35
file: ./apps/beeai-web/Dockerfile
36
push: true
37
tags: ghcr.io/${{ github.repository }}/beeai-web:${{ github.sha }},ghcr.io/${{ github.repository }}/beeai-web:latest
38
-
39
- deploy:
40
- needs: publish
41
- runs-on: [self-hosted]
42
- steps:
43
- - uses: azure/setup-kubectl@v4
44
- - run: kubectl set image deployment/beeai-web beeai-web=ghcr.io/${{ github.repository }}/beeai-web:${{ github.sha }} -n ${{ secrets.CLUSTER_NAMESPACE }}
45
- - run: kubectl rollout status deployment/beeai-web --timeout 5m -n ${{ secrets.CLUSTER_NAMESPACE }}
0 commit comments