Skip to content

Commit 8028ce7

Browse files
committed
local media
1 parent c5f265c commit 8028ce7

File tree

278 files changed

+261
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+261
-260
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
run: bundle exec rake site:test
2626
- name: build site
2727
run: bundle exec jekyll build
28-
# - name: ftp deploy to host
29-
# uses: SamKirkland/[email protected]
30-
# with:
31-
# server: ${{secrets.FTP_PROD_SERVER}}
32-
# username: ${{secrets.FTP_PROD_USER}}
33-
# password: ${{secrets.FTP_PROD_PW}}
34-
# protocol: ftps
35-
# state-name: ./.ftp-deploy-sync-state.json
36-
# local-dir: ./_site/
28+
- name: ftp deploy to host
29+
uses: SamKirkland/[email protected]
30+
with:
31+
server: ${{secrets.FTP_PROD_SERVER}}
32+
username: ${{secrets.FTP_PROD_USER}}
33+
password: ${{secrets.FTP_PROD_PW}}
34+
protocol: ftps
35+
state-name: ./.ftp-deploy-sync-state.json
36+
local-dir: ./_site/
3737
- name: gh-deploy
3838
uses: peaceiris/actions-gh-pages@v4
3939
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ secrets*
99
.DS_Store
1010
source/_data/.tmp
1111
.bundle
12+
website-media

0 commit comments

Comments
 (0)