Skip to content

Commit 31b5307

Browse files
committed
feat: change branch
1 parent f20130f commit 31b5307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cd /home/ubuntu/repository
2727
eval `ssh-agent -s`
2828
ssh-add .ssh/github_action
29-
git checkout develop -f
29+
git checkout development -f
3030
git fetch
3131
git pull
3232
echo "📦 building docker image"

0 commit comments

Comments
 (0)