mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Merge pull request #38 from ditatompel/core-update
ci: Add environment variable to deploy workflow
This commit is contained in:
commit
6c3ee39fa1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-to-vps.yaml
vendored
1
.github/workflows/deploy-to-vps.yaml
vendored
|
@ -12,6 +12,7 @@ on:
|
|||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
environment: production
|
||||
permissions:
|
||||
contents: read
|
||||
deployments: write
|
||||
|
|
Loading…
Reference in a new issue