Skip to content

Commit

Permalink
add kubectl apply step for staging services
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Mar 20, 2024
1 parent 2e9807f commit c54458d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-staging-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Deploy desci-media-isolated to EKS (STAGING)
run: | # defaults to latest kubectl binary version
kubectl apply -f desci-media-isolated/kubernetes/deployment_staging.yaml
kubectl set image deployment/desci-media-isolated-staging desci-media-isolated-staging=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$CONTAINER_IMAGE_ISOLATED-staging:${{ github.sha }} --record
- name: Verify desci-media-isolated KS Deployment (STAGING)
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
- name: Deploy nodes-media-server to EKS (STAGING)
run: | # defaults to latest kubectl binary version
kubectl apply -f nodes-media/kubernetes/deployment_staging.yaml
kubectl set image deployment/nodes-media-server-staging nodes-media-server-staging=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$CONTAINER_IMAGE_MEDIA-staging:${{ github.sha }} --record
- name: Verify nodes-media-server KS Deployment (STAGING)
Expand Down

0 comments on commit c54458d

Please sign in to comment.