Skip to content

Commit

Permalink
tweak artifacts server
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Mar 30, 2024
1 parent 721f68b commit 0c757a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .woodpecker.yaml
Expand Up @@ -109,4 +109,5 @@ steps:
image: bjodah/bjodahimg20dot:21.8.a
commands:
- tar czf chempy-latest.tar.gz ./deploy/public_html
- curl -T chempy-latest.tar.gz ftp://artifacts-server:2121
- curl -T chempy-latest.tar.gz ftp://chempy:$ARTIFACTS_PASS@artifacts-server:2121
secrets: [ ARTIFACTS_PASS ]

0 comments on commit 0c757a2

Please sign in to comment.