Update github action file

This commit is contained in:
شركة خبير المحدودة 2025-10-14 18:12:27 +03:00
parent f42f48e43f
commit d524eece8a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ jobs:
- name: Checkout And Restart Project
run: |
sudo chmod +x /home/${{ secrets.CLIENT_USER }}/scripts/pull/preprod_pull_standard_code.sh
sudo /home/${{ secrets.CLIENT_USER }}/scripts/pull/preprod_pull_standard_code.sh
sudo /home/${{ secrets.CLIENT_USER }}/scripts/pull/preprod_pull_standard_code.sh ${GITHUB_REF#refs/heads/} ${{ secrets.GH_TOKEN }}
sudo systemctl restart ${{ secrets.NEW_ENSAN_VPN_CLIENT_STAGING_SERVICE }}
if [ $? -eq 0 ]; then
echo "** [INFO] "STAGE" service have been restarted."