Skip to content

Commit

Permalink
Update production deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
querkmachine committed Sep 7, 2024
1 parent 707a136 commit 741eb2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy to live

on:
workflow_dispatch:
schedule:
- cron: "30 18 */1 * *"

concurrency:
group: deploy-prod
Expand Down Expand Up @@ -47,4 +49,3 @@ jobs:
server-dir: ${{ secrets.FTP_PRODUCTION_PATH }}
protocol: ftps
port: 21
dry-run: true

0 comments on commit 741eb2f

Please sign in to comment.