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
|
kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: deploy CV
|
name: deploy CV
|
||||||
|
@ -14,9 +13,9 @@ steps:
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
commands:
|
commands:
|
||||||
- nix run 'github:ambroisie/nix-config#drone-scp'
|
- nix run github:ambroisie/nix-config#drone-scp
|
||||||
environment:
|
environment:
|
||||||
SCP_SOURCE: *.pdf
|
SCP_SOURCE: '*.pdf'
|
||||||
SCP_RM: true # Make sure only the newly generated files are left
|
SCP_RM: true # Make sure only the newly generated files are left
|
||||||
SCP_HOST:
|
SCP_HOST:
|
||||||
from_secret: ssh_host
|
from_secret: ssh_host
|
||||||
|
@ -52,4 +51,3 @@ steps:
|
||||||
status:
|
status:
|
||||||
- failure
|
- failure
|
||||||
- success
|
- success
|
||||||
...
|
|
||||||
|
|
Loading…
Reference in a new issue