Skip to content

Commit 1481c75

Browse files
authored
chore(web): remove CD job (#1761)
Signed-off-by: Tomas Pilar <thomas7pilar@gmail.com>
1 parent 37e2eb7 commit 1481c75

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/web.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'apps/beeai-web/**'
8+
- "apps/beeai-web/**"
99

1010
permissions:
1111
contents: read
@@ -35,11 +35,3 @@ jobs:
3535
file: ./apps/beeai-web/Dockerfile
3636
push: true
3737
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

Comments
 (0)