Skip to content

Commit

Permalink
👷 ci: disable secondary deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Jul 11, 2024
1 parent f7498d5 commit a8fc176
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run script
env:
COOLIFY_API_TOKEN: ${{ secrets.COOLIFY_API_TOKEN }}
BOT_DEPLOY_HOOK: ${{ secrets.PRODUCTION_BOT_DEPLOY_HOOK }}
UI_DEPLOY_HOOK: ${{ secrets.PRODUCTION_UI_DEPLOY_HOOK }}
run: pnpm scripts:deploy
# - name: Run script
# env:
# COOLIFY_API_TOKEN: ${{ secrets.COOLIFY_API_TOKEN }}
# BOT_DEPLOY_HOOK: ${{ secrets.PRODUCTION_BOT_DEPLOY_HOOK }}
# UI_DEPLOY_HOOK: ${{ secrets.PRODUCTION_UI_DEPLOY_HOOK }}
# run: pnpm scripts:deploy

0 comments on commit a8fc176

Please sign in to comment.