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 edf8707 commit 7675797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: ./nginx.conf

deployProd:
name: Deploy Thilo App Prod
name: Deploy Thilo Link Shortner Prod
needs: buildNGINXConf
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
Expand All @@ -71,6 +71,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: nginx_conf
path: ./nginx.conf
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
Expand Down

0 comments on commit 7675797

Please sign in to comment.