Update github action file
This commit is contained in:
parent
f42f48e43f
commit
d524eece8a
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue