Skip to content

Commit 4908ec3

Browse files
committed
typo fix
1 parent 139afec commit 4908ec3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
2424
sudo systemctl stop fullstack.service
2525
26-
cd /home/ubuntu/FC-cicd
26+
cd /home/ubuntu/FS-cicd
2727
git pull origin main
2828
cd ./backend
2929
npm install --production
30-
cd /home/ubuntu/FC-cicd/frontend
30+
cd /home/ubuntu/FS-cicd/frontend
3131
npm install --production
3232
npm run build
33-
sudo cp -r /home/ubuntu/FC-cicd/frontend/build/* /var/www/html/
33+
sudo cp -r /home/ubuntu/FS-cicd/frontend/build/* /var/www/html/
3434
sudo systemctl restart fullstack.service

0 commit comments

Comments
 (0)