Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 26, 2024
1 parent a1a8826 commit b5e3f6c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy-stats-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ jobs:
- name: Install dependencies
run: pnpm -r install

# - name: Download api .env file
# uses: nicklasfrahm/scp-action@main
# with:
# direction: download
# host: ${{ secrets.PRODUCTION_SSH_HOST }}
# fingerprint: ${{ secrets.PRODUCTION_SSH_FINGERPRINT }}
# username: ${{ secrets.PRODUCTION_SSH_USER }}
# key: ${{ secrets.PRODUCTION_SSH_KEY }}
# source: /home/bperel/workspace/DucksManager2/apps/stats-updater/.env
# target: apps/stats-updater/.env

- name: Build stats-updater bundle
run: pnpm build:stats-updater

Expand Down

0 comments on commit b5e3f6c

Please sign in to comment.