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

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