Skip to content

Commit

Permalink
Switched to official deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Feb 12, 2024
1 parent f88f44d commit 832f4c7
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.ALTO_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.ALTO_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bulletin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.BULLETIN_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.BULLETIN_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dawn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.DAWN_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.DAWN_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/digest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.DIGEST_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.DIGEST_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.DOPE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.DOPE_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.EASE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.EASE_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.EDGE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.EDGE_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.EDITION_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.EDITION_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/episode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.EPISODE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.EPISODE_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/headline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.HEADLINE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.HEADLINE_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/journal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.JOURNAL_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.JOURNAL_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/london.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.LONDON_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.LONDON_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.RUBY_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.RUBY_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.SOLO_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.SOLO_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taste.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.TASTE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.TASTE_GHOST_ADMIN_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: minimaluminium/action-deploy-theme@custom-dir
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.WAVE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.WAVE_GHOST_ADMIN_API_KEY }}
Expand Down

0 comments on commit 832f4c7

Please sign in to comment.