Skip to content

Commit

Permalink
Update deploy_nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jifollan authored and GitHub Enterprise committed Mar 3, 2025
1 parent 455f89b commit 5282094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Deploy Nginx Configuration
on:
push:
branches:
- main # Adjust if you're using a different branch
- main

jobs:
deploy:
runs-on: self-hosted # This runs on your server
runs-on: self-hosted

steps:
- name: Checkout repository
uses: actions/checkout@v4 # Fetches the latest code
uses: actions/checkout@v4

- name: Copy nginx config to server
run: sudo cp ./nginx_securefit.conf /etc/nginx/conf.d/nginx_securefit.conf
Expand Down

0 comments on commit 5282094

Please sign in to comment.