Compare commits
4 commits
2a50374691
...
267f5c8598
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 267f5c8598 | ||
Bruno BELANYI | 454d2b969e | ||
Bruno BELANYI | 0ed5b0fb64 | ||
Bruno BELANYI | 67646b1f92 |
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: deploy CV
|
||||
|
@ -13,9 +14,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
|
||||
|
@ -51,3 +52,4 @@ steps:
|
|||
status:
|
||||
- failure
|
||||
- success
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue