Skip to content

Commit

Permalink
disable deploy to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Chifth committed Aug 3, 2024
1 parent bb42413 commit f85b7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy To Prod
on:
# Deploy on merge to main
push:
branches: [ 9.x ]
branches: [ 90.x ]
# # Manually deploy branch
# workflow_dispatch:
# branches: [ main ] sudo chown -Rf www-data:www-data /home/www/html/*
Expand Down

0 comments on commit f85b7b1

Please sign in to comment.