File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 48
48
push : true
49
49
tags : ${{ steps.meta.outputs.tags }}
50
50
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 }}
Original file line number Diff line number Diff line change 20
20
21
21
- name : Install dependencies
22
22
run : npm ci
23
-
24
- # - name: Run tests
25
- # run: npm run test:run
You can’t perform that action at this time.
0 commit comments