We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139afec commit 4908ec3Copy full SHA for 4908ec3
1 file changed
.github/workflows/auto.yaml
@@ -23,12 +23,12 @@ jobs:
23
24
sudo systemctl stop fullstack.service
25
26
- cd /home/ubuntu/FC-cicd
+ cd /home/ubuntu/FS-cicd
27
git pull origin main
28
cd ./backend
29
npm install --production
30
- cd /home/ubuntu/FC-cicd/frontend
+ cd /home/ubuntu/FS-cicd/frontend
31
32
npm run build
33
- sudo cp -r /home/ubuntu/FC-cicd/frontend/build/* /var/www/html/
+ sudo cp -r /home/ubuntu/FS-cicd/frontend/build/* /var/www/html/
34
sudo systemctl restart fullstack.service
0 commit comments