Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elhossary authored Feb 23, 2025
1 parent 0e8b26b commit c7f5936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-and-deploy:
runs-on: self-hosted
runs-on: zbmed-self-hosted

steps:
- name: Acquire ownership permissions
Expand All @@ -28,4 +28,4 @@ jobs:
env:
SUDO_PASS: ${{ secrets.ELHOSSARY_SUDO_PASSWORD }}
run: |
rm -rf /var/www/kb-nfdi4microbiota/* && cp -r $PWD/_site/* /var/www/kb-nfdi4microbiota/
rm -rf /var/www/kb-nfdi4microbiota/* && cp -r $PWD/_site/* /var/www/kb-nfdi4microbiota/

0 comments on commit c7f5936

Please sign in to comment.