Skip to content

Commit

Permalink
[main] test ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-Working8888 committed Mar 11, 2024
1 parent a12c62c commit d87b452
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,13 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
#port: ${{ secrets.PORT }}
script: bash /home/binniev/Bigbee-front/.github/workflows/deploy.sh
script: |
cd Bigbee-front
ls
git pull
cd app
npm run build
sudo cp -rf ./build/* /var/www/bigbee.mnogosushi.kg/
ls
sudo systemctl restart nginx

0 comments on commit d87b452

Please sign in to comment.