Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to staging
  • Loading branch information
slugb0t committed Jul 11, 2024
2 parents 7896513 + a8fc176 commit 1d61ce9
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 1d61ce9

Please sign in to comment.