CI : transfer test on prod
This commit is contained in:
parent
7a2e91ff0a
commit
8a4ff72de1
1 changed files with 6 additions and 1 deletions
|
|
@ -30,4 +30,9 @@ build and deploy:
|
|||
- main
|
||||
image: node:latest
|
||||
script:
|
||||
- touch test.txt
|
||||
- echo "test" > test.txt
|
||||
- lftp -c "
|
||||
set ftp:ssl-allow no;
|
||||
open -u $USERNAME,$PASSWORD $HOST;
|
||||
put -O / test.txt;
|
||||
quit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue