ci: 👷 Add deploy environment to deploy workflow
This commit is contained in:
parent
b1974b7b27
commit
e4b3aaea92
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
@ -11,6 +11,9 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
needs: [test]
|
needs: [test]
|
||||||
|
environment:
|
||||||
|
name: production
|
||||||
|
url: https://noteshare.space
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy using ssh
|
- name: Deploy using ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user