Skip to content

Commit ef2e960

Browse files
committed
chore: cleanup dead workflow code
1 parent 0eec84c commit ef2e960

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,3 @@ jobs:
4848
push: true
4949
tags: ${{ steps.meta.outputs.tags }}
5050
labels: ${{ steps.meta.outputs.labels }}
51-
52-
# deploy-to-cluster:
53-
# runs-on: ubuntu-latest
54-
# needs: build-and-push-image
55-
# steps:
56-
# Install DO CLI
57-
# - name: Install doctl
58-
# uses: digitalocean/action-doctl@v2
59-
# with:
60-
# token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
61-
62-
# - name: Log in to DigitalOcean Container Registry with short-lived credentials
63-
# run: doctl registry login --expiry-seconds 1200
64-
# - name: Update deployment file
65-
# run: TAG=$(echo $GITHUB_SHA | head -c7) && sed -i 's|<IMAGE>|${{ secrets.REGISTRY_NAME }}/${{ env.IMAGE_NAME }}:'${TAG}'|' $GITHUB_WORKSPACE/config/deployment.yml
66-
67-
# - name: Save DigitalOcean kubeconfig with short-lived credentials
68-
# run: doctl kubernetes cluster kubeconfig save --expiry-seconds 600 ${{ secrets.CLUSTER_NAME }}
69-
70-
# - name: Deploy to DigitalOcean Kubernetes
71-
# run: kubectl apply -f $GITHUB_WORKSPACE/config/deployment.yml
72-
73-
# - name: Verify deployment
74-
# run: kubectl rollout status deployment/${{ env.IMAGE_NAME }}

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: npm ci
23-
24-
# - name: Run tests
25-
# run: npm run test:run

0 commit comments

Comments
 (0)