Compare commits

..

No commits in common. "318a1eaecdfc9ae7ff2a8fb5c638aef68891daf0" and "49b7a59c05eb6277050f113baf0844ce7a67a477" have entirely different histories.

3 changed files with 1 additions and 24 deletions

View file

@ -27,20 +27,8 @@ trigger:
- master - master
steps: 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 - name: deploy
image: drillster/drone-rsync image: drillster/drone-rsync
volumes:
- name: thumbnails
path: /drone/src/images/thumbnails
settings: settings:
hosts: hosts:
- jshaver.net - jshaver.net
@ -66,18 +54,8 @@ trigger:
- push - push
steps: 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 - name: deploy
image: drillster/drone-rsync image: drillster/drone-rsync
volumes:
- name: thumbnails
path: /drone/src/images/thumbnails
settings: settings:
hosts: hosts:
- jshaver.net - jshaver.net

View file

@ -66,6 +66,7 @@
course data and then compared with skills job postings data for course data and then compared with skills job postings data for
relevant occupations.</p> relevant occupations.</p>
<h4>My Contributions</h4> <h4>My Contributions</h4>
<p>I worked on a 2-3 man team to build a prototype using netlify. We then <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 itterated on it in 3 phases. The prototype was successful enough
that customers requested to pay to use it (although it chock full that customers requested to pay to use it (although it chock full

View file

@ -3,8 +3,6 @@
IMAGES_DIR="./images" IMAGES_DIR="./images"
WIDTH=320 WIDTH=320
mkdir -p ./images/thumbnails
for f in ./images/* for f in ./images/*
do do
case "$f" in case "$f" in