Skip to content

Commit

Permalink
try artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Mar 30, 2024
1 parent 69ac083 commit 721f68b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .woodpecker.yaml
Expand Up @@ -105,13 +105,8 @@ steps:
# volumes:
# - /tmp/cache:/cache

# deploy:
# image: drillster/drone-rsync
# when:
# event: [push]
# hosts: [ "hera.physchem.kth.se" ]
# port: 22
# user: chempy
# secrets: [ rsync_key ] # secret only set fro event "push" not "pull_request"
# source: ./deploy/public_html
# target: ~/
- name: deploy
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

0 comments on commit 721f68b

Please sign in to comment.