Skip to content

Commit

Permalink
ci: 👷 Add deploy environment to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcndt committed Aug 5, 2022
1 parent b1974b7 commit e4b3aae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4b3aae

Please sign in to comment.