Browse Source

drone: deploy using ubuntu

It's actually small.
Herby Vojčík 4 years ago
parent
commit
2731c7c152
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -14,7 +14,7 @@ steps:
       - jekyll build
 
   - name: deploy
-    image: node
+    image: ubuntu
     commands:
       - cd /var/amber-lang.net
       - DIR=`mktemp -d -p . dir.XXXXXX`