chore: add production environment to deploy workflow
Some checks failed
Build & Deploy Strapi from Docker Hub / Deploy to VPS (push) Has been cancelled

This commit is contained in:
vchikalkin 2025-06-27 20:30:49 +03:00
parent 839f3445c7
commit a4bdfddc54

View File

@ -27,6 +27,7 @@ jobs:
name: Deploy to VPS name: Deploy to VPS
# needs: build-and-push # needs: build-and-push
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: production
steps: steps:
- name: Checkout code - name: Checkout code