ci: limit deployment to master branch
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-02-21 13:27:10 +01:00
parent 961c8a7737
commit 080e59bb40

View file

@ -67,6 +67,9 @@ steps:
- name: deploy:dokku
image: alpine
when:
branch:
- master
environment:
SSH_USER:
from_secret: SSH_USER