Skip to content

Commit

Permalink
cd: remove old photos deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs authored Jun 18, 2024
1 parent a52387d commit f19a160
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,3 @@ jobs:
with:
config: ${{ secrets.KUBE_CONFIG_DATA }}
command: rollout status deployment/bridge-api-dp -n bridge-api-ns

- uses: actions/checkout@master
- name: Update photos cluster network image
uses: steebchen/kubectl@v2.0.0
with:
config: ${{ secrets.KUBE_CONFIG_DATA_PHOTOS }}
command: set image --record deployment/bridge-api-dp bridge-api=${{ secrets.DOCKERHUB_USERNAME }}/bridge:${{ github.sha }}
- name: Verify deployment
uses: steebchen/kubectl@v2.0.0
with:
config: ${{ secrets.KUBE_CONFIG_DATA_PHOTOS }}
command: rollout status deployment/bridge-api-dp

0 comments on commit f19a160

Please sign in to comment.