Compare commits
No commits in common. "318a1eaecdfc9ae7ff2a8fb5c638aef68891daf0" and "49b7a59c05eb6277050f113baf0844ce7a67a477" have entirely different histories.
318a1eaecd
...
49b7a59c05
3 changed files with 1 additions and 24 deletions
22
.drone.yml
22
.drone.yml
|
@ -27,20 +27,8 @@ trigger:
|
|||
- master
|
||||
|
||||
steps:
|
||||
- name: generate-thumbnails
|
||||
image: zavolab/imagemagick:6.9.10
|
||||
volumes:
|
||||
- name: thumbnails
|
||||
path: /drone/src/images/thumbnails
|
||||
commands:
|
||||
- pwd
|
||||
- ls -la
|
||||
- ./scripts/process-images.sh
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync
|
||||
volumes:
|
||||
- name: thumbnails
|
||||
path: /drone/src/images/thumbnails
|
||||
settings:
|
||||
hosts:
|
||||
- jshaver.net
|
||||
|
@ -66,18 +54,8 @@ trigger:
|
|||
- push
|
||||
|
||||
steps:
|
||||
- name: generate-thumbnails
|
||||
image: zavolab/imagemagick:6.9.10
|
||||
volumes:
|
||||
- name: thumbnails
|
||||
path: /drone/src/images/thumbnails
|
||||
commands:
|
||||
- ./scripts/process-images.sh
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync
|
||||
volumes:
|
||||
- name: thumbnails
|
||||
path: /drone/src/images/thumbnails
|
||||
settings:
|
||||
hosts:
|
||||
- jshaver.net
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
course data and then compared with skills job postings data for
|
||||
relevant occupations.</p>
|
||||
<h4>My Contributions</h4>
|
||||
|
||||
<p>I worked on a 2-3 man team to build a prototype using netlify. We then
|
||||
itterated on it in 3 phases. The prototype was successful enough
|
||||
that customers requested to pay to use it (although it chock full
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
IMAGES_DIR="./images"
|
||||
WIDTH=320
|
||||
|
||||
mkdir -p ./images/thumbnails
|
||||
|
||||
for f in ./images/*
|
||||
do
|
||||
case "$f" in
|
||||
|
|
Loading…
Reference in a new issue