Skip to content

Commit

Permalink
Added production workflow yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
elhossary committed Feb 19, 2024
1 parent c6e5103 commit 076883d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
env:
SUDO_PASS: ${{ secrets.ELHOSSARY_SUDO_PASSWORD }}
run: |
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 076883d

Please sign in to comment.