Skip to content

Commit

Permalink
fix: secondary svc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Dec 7, 2024
1 parent 4918859 commit 407fa64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ jobs:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: main
- name: Deploy Volume
run: kubectl apply -f .config/k8s/prod/volume.yml
run: kubectl apply -f .config/k8s/main/volume.yml
- name: Deploy Redis
run: kubectl apply -f .config/k8s/prod/redis.yml
run: kubectl apply -f .config/k8s/main/redis.yml
- name: Validate Redis
run: kubectl rollout status deployment redis
- name: Deploy DB
run: kubectl apply -f .config/k8s/prod/db.yml
run: kubectl apply -f .config/k8s/main/db.yml
- name: Validate DB
run: kubectl rollout status deployment db

Expand Down

0 comments on commit 407fa64

Please sign in to comment.