Use better named environment for deployments
This commit is contained in:
parent
816c302465
commit
a23e5d0fdf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: Deployments
|
environment: Hetzner
|
||||||
env:
|
env:
|
||||||
repository: 'jonnybarnes/jonnybarnes.uk'
|
repository: 'jonnybarnes/jonnybarnes.uk'
|
||||||
newReleaseName: '${{ github.run_id }}'
|
newReleaseName: '${{ github.run_id }}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue