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:
|
||||
name: Deploy
|
||||
needs: [test]
|
||||
environment:
|
||||
name: production
|
||||
url: https://noteshare.space
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Deploy using ssh
|
||||
|
Loading…
Reference in New Issue
Block a user