Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename .drone.yml to .woodpecker.yaml #227

Merged
merged 15 commits into from
Apr 10, 2024
Prev Previous commit
Next Next commit
tweak artifacts server
bjodah committed Mar 30, 2024
commit 0c757a29e959ec3816202a84f520327963ae1163
3 changes: 2 additions & 1 deletion .woodpecker.yaml
Original file line number Diff line number Diff line change
@@ -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 ]