fix: remove unneeded step from deployment

This commit is contained in:
Harsh Shandilya 2024-04-29 15:08:58 +05:30
parent 41c103bdc9
commit 7325945e49
1 changed files with 0 additions and 5 deletions

View File

@ -40,8 +40,3 @@ jobs:
run: |
flyctl auth docker
flyctl deploy
- name: Trigger package bump in dotfiles repo
run: gh api repos/msfjarvis/dotfiles/dispatches --field event_type="package-bump" --field client_payload[package_name]="linkleaner"
env:
GITHUB_TOKEN: ${{ secrets.DISPATCH_TOKEN }}