Skip to content

Commit 8dad4f1

Browse files
committed
chore: Update domain name justin-schrader -> justinschrader
1 parent 572602f commit 8dad4f1

File tree

5 files changed

+618
-615
lines changed

5 files changed

+618
-615
lines changed

.github/actions/ftp-deploy/action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: 'FTP deploy'
2-
description: 'Deploys to both domains (justin.beer and justin-schrader.com)'
1+
name: "FTP deploy"
2+
description: "Deploys to both domains (justin.beer and justinschrader.com)"
33
inputs:
44
password:
5-
description: 'FTP password'
5+
description: "FTP password"
66
required: true
7-
default: 'not-a-real-password'
7+
default: "not-a-real-password"
88
server-dir:
9-
description: 'Output directory on the server'
9+
description: "Output directory on the server"
1010
required: true
11-
default: 'public_html/resume/'
11+
default: "public_html/resume/"
1212
runs:
1313
using: "composite"
1414
steps:
@@ -18,7 +18,7 @@ runs:
1818

1919
- name: Deploy ${{ inputs.server-dir }}
2020
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
21-
with:
21+
with:
2222
server: ftp.justin.beer
2323
username: admin@justin.beer
2424
password: ${{ inputs.password || 'not-a-real-password' }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
password: ${{ secrets.FTP_PASSWORD }}
3333
server-dir: public_html/resume/
3434

35-
- name: Deploy (justin-schrader.com)
35+
- name: Deploy (justinschrader.com)
3636
uses: ./.github/actions/ftp-deploy/
3737
with:
3838
password: ${{ secrets.FTP_PASSWORD }}
39-
server-dir: public_html/justin-schrader.com/resume/
39+
server-dir: public_html/justinschrader.com/resume/

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
### [justin-schrader.com/resume](https://justin-schrader.com/resume)
1+
### [justinschrader.com/resume](https://justinschrader.com/resume)
2+
3+
## Why?
24

3-
## Why did I make this repo?
45
I created my resume in HTML/CSS years ago (because why not?) but recently got tired of manually compressing and uploading it.
56

67
### Before
8+
79
1. Make an update
810
1. Merge to master
911
1. `npm build` locally
1012
1. Open HTML, select "print", then "save as PDF"
11-
1. Upload both HTML and PDF files to 2 different servers (justin.beer and justin-schrader.com)
13+
1. Upload both HTML and PDF files to 2 different servers (justin.beer and justinschrader.com)
1214

1315
### Now
16+
1417
1. Make an update
1518
1. Merge to master
1619

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"bugs": {
1919
"url": "https://github.com/icd2k3/resume/issues"
2020
},
21-
"homepage": "https://justin-schrader.com/resume",
21+
"homepage": "https://justinschrader.com/resume",
2222
"devDependencies": {
2323
"@types/node": "^20.11.24",
2424
"html-minifier": "^4.0.0",

0 commit comments

Comments
 (0)