mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
ci: Add environment variable to deploy workflow
This commit is contained in:
parent
a6a9f0261f
commit
c0c1343749
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:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: production
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
deployments: write
|
deployments: write
|
||||||
|
|
Loading…
Reference in a new issue