Skip to content

Commit

Permalink
Update Website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 authored Dec 1, 2024
1 parent b71e5ed commit aef6a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ jobs:
username: ${{ secrets.DEPLOY_USERNAME }}
key: ${{ secrets.DEPLOY_KEY }}
script: |
pct exec 101 -- chmod 770 ${{ secrets.DEPLOY_FOLDER }}/Website/ficsit-networks-repository-website
pct exec 101 -- docker compose up -d --build --force-recreate
pct exec 101 -- chmod 770 ${{ secrets.DEPLOY_FOLDER }}/Website/FicsIt-Networks-Repository-Website
pct exec 101 -- bash -c "cd ${{ secrets.DEPLOY_FOLDER }} && docker compose up -d --build --force-recreate"

0 comments on commit aef6a4c

Please sign in to comment.