Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmylevell committed Mar 10, 2024
1 parent 7675797 commit 4695fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Add to artifacts
uses: actions/upload-artifact@v2
with:
name: nginx_conf
name: linkshortner_drop
path: ./nginx.conf

deployProd:
Expand All @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: nginx_conf
name: linkshortner_drop
path: ./nginx.conf
- name: 📂 Sync files
uses: SamKirkland/[email protected]
Expand Down

0 comments on commit 4695fd4

Please sign in to comment.