Compare commits
4 commits
267f5c8598
...
2a50374691
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 2a50374691 | ||
Bruno BELANYI | 25ae1ab53e | ||
Bruno BELANYI | 75630df80d | ||
Bruno BELANYI | 46d05fe4ae |
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: deploy CV
|
||||
|
@ -14,9 +13,9 @@ steps:
|
|||
|
||||
- name: deploy
|
||||
commands:
|
||||
- nix run 'github:ambroisie/nix-config#drone-scp'
|
||||
- nix run github:ambroisie/nix-config#drone-scp
|
||||
environment:
|
||||
SCP_SOURCE: *.pdf
|
||||
SCP_SOURCE: '*.pdf'
|
||||
SCP_RM: true # Make sure only the newly generated files are left
|
||||
SCP_HOST:
|
||||
from_secret: ssh_host
|
||||
|
@ -52,4 +51,3 @@ steps:
|
|||
status:
|
||||
- failure
|
||||
- success
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue