Add environment specification for deploy job in GitHub Actions workflow
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user