Blog-style website for karathan using the self-made Stellar Theme powered by HTML5Up http://blog.karathan.at

.drone.yml 405B

12345678910111213141516
  1. pipeline:
  2. modify_staging:
  3. image: debian:stretch
  4. commands:
  5. - ls -lha
  6. - mv content/_meta-staging.mds content/_meta.md
  7. - mv config/config-staging.yml config/config.yml
  8. deploy_staging:
  9. image: appleboy/drone-scp
  10. host: gitlab.karathan.at
  11. port: 22
  12. target: "/var/www/blog-staging"
  13. source: "*"
  14. secrets: [ ssh_password, ssh_username ]
  15. branches: [ staging ]