Skip to content

Commit

Permalink
Debug stage-deploy.yml
Browse files Browse the repository at this point in the history
Change current directory to tithe-stage
  • Loading branch information
getwithashish authored Aug 17, 2023
1 parent 6a55cab commit 0b84f98
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/stage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,13 @@ jobs:
# echo vm.swappiness=0 | sudo tee -a /etc/sysctl.conf
SCRIPT_AFTER: |
ls -a
sudo chmod +x tithe-stage/stage-deploy.sh
./tithe-stage/stage-deploy.sh
echo "================="
echo "Change current directory to tithe-stage"
echo "================="
cd tithe-stage
echo "================="
echo "Start Stage Deploy Script"
echo "================="
sudo chmod +x ./stage-deploy.sh
./stage-deploy.sh

0 comments on commit 0b84f98

Please sign in to comment.