Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/TrandPick/TrendPick_Pro
Browse files Browse the repository at this point in the history
 into development
  • Loading branch information
angelSuho committed Jun 13, 2023
2 parents 55e494e + 4277978 commit c73b9d6
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/work-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,12 @@ jobs:
needs: [tag, docker]
runs-on: ubuntu-latest
steps:
- uses: azure/k8s-set-context@v2
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}
- run: |
kubectl set image deployment.apps/trendpick-1 trendpick-1=ghcr.io/hye-0000/trendpick-1:${{ needs.tag.outputs.tag_name }}
- uses: azure/k8s-set-context@v2
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}
- name: List Entire Workspace
run: |
ls -R $GITHUB_WORKSPACE
- run: |
kubectl set image deployment.apps/trendpick-1 trendpick-1=ghcr.io/trandpick/trendpick-1:${{ needs.tag.outputs.tag_name }}

0 comments on commit c73b9d6

Please sign in to comment.