We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d10406 commit b8294c1Copy full SHA for b8294c1
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
git remote set-url origin https://github.com/AlbertClo/albertclo.com.git
29
git add -A
30
git reset HEAD --hard
31
- git checkout main || exit 1
+ git checkout main
32
git fetch origin
33
git reset --hard origin/main
34
docker-compose --env-file .env -f infra/docker/docker-compose.yml up -d
0 commit comments