Skip to content

Commit b8294c1

Browse files
committed
Test 11
1 parent 6d10406 commit b8294c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git remote set-url origin https://github.com/AlbertClo/albertclo.com.git
2929
git add -A
3030
git reset HEAD --hard
31-
git checkout main || exit 1
31+
git checkout main
3232
git fetch origin
3333
git reset --hard origin/main
3434
docker-compose --env-file .env -f infra/docker/docker-compose.yml up -d

0 commit comments

Comments
 (0)