fix: CI/CD by setting a production environment with secrets

This commit is contained in:
sBubshait 2025-07-27 09:48:32 +03:00
parent 452cf41980
commit 77fece4682

View File

@ -10,7 +10,7 @@ jobs:
name: Deploy to Production
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
environment: production
environment: Production
steps:
- name: Deploy to Server
uses: appleboy/ssh-action@v0.1.5