Skip to content

Commit 800c8da

Browse files
Update main.yml
1 parent 33c601e commit 800c8da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cd /home/proyecto/AuthenticationServerFrontend/
2727
git pull origin main
2828
git status
29-
docker stop authui-app
30-
docker rm authui-app
29+
docker stop authui
30+
docker rm authui
3131
docker build -t authui-image . || { echo "Docker build failed"; exit 1; }
3232
docker run -d -it -p 5025:80 --restart unless-stopped --name authui authui-image || { echo "Docker run failed"; exit 1; }

0 commit comments

Comments
 (0)