Add environment specification for deploy job in GitHub Actions workflow

This commit is contained in:
2024-12-02 17:49:20 +07:00
parent 5e2d399422
commit 5a560eb8ec

View File

@@ -66,6 +66,7 @@ jobs:
# Deploy from GHCR to the main server
deploy:
runs-on: self-hosted
environment: Private Server Deploy
needs: build-and-push
steps:
- name: Checkout repository