ci: 👷 Add deploy environment to deploy workflow

This commit is contained in:
Maxime Cannoodt 2022-08-05 13:08:08 +02:00
parent b1974b7b27
commit e4b3aaea92
1 changed files with 3 additions and 0 deletions

View File

@ -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