Skip to content

Commit

Permalink
disable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pohhsu authored and xieyubo committed Nov 21, 2023
1 parent 75b20dd commit 876e23c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,21 @@ jobs:
docker push amstestpublic.azurecr.io/azure-media-migration/playback-service:${{ github.sha }}
docker push amstestpublic.azurecr.io/azure-media-migration/playback-service:latest
- name: Login Kubernets
uses: azure/k8s-set-context@v1
if: ${{ github.event_name == 'push' }}
with:
kubeconfig: '${{ secrets.AMSTEST_EASTUS_KUBECONFIG }}'

- name: Deploy
uses: Azure/k8s-deploy@v4
if: ${{ github.event_name == 'push' }}
with:
namespace: amstest
manifests: |
PlaybackService/deployment/playbackservice.yaml
images: |
amstestpublic.azurecr.io/azure-media-migration/playback-service:${{ github.sha }}
# - name: Login Kubernets
# uses: azure/k8s-set-context@v1
# if: ${{ github.event_name == 'push' }}
# with:
# kubeconfig: '${{ secrets.AMSTEST_EASTUS_KUBECONFIG }}'

# - name: Deploy
# uses: Azure/k8s-deploy@v4
# if: ${{ github.event_name == 'push' }}
# with:
# namespace: amstest
# manifests: |
# PlaybackService/deployment/playbackservice.yaml
# images: |
# amstestpublic.azurecr.io/azure-media-migration/playback-service:${{ github.sha }}


build-encoding-and-packaging-example:
Expand Down

0 comments on commit 876e23c

Please sign in to comment.