Skip to content

Commit 0b2b13f

Browse files
authored
Remove specs sync from deploy workflow
1 parent edd8e8b commit 0b2b13f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,5 @@ jobs:
8585
KAMAL_REGISTRY_PASSWORD=${{ secrets.GHCR_TOKEN }}
8686
EOF
8787
88-
- name: Run spec sync
89-
run: bundle exec rails specs:sync
90-
env:
91-
RAILS_ENV: production
92-
9388
- name: Deploy with Kamal
9489
run: bundle exec kamal deploy

0 commit comments

Comments
 (0)