We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20130f commit 31b5307Copy full SHA for 31b5307
.github/workflows/deploy-staging.yml
@@ -26,7 +26,7 @@ jobs:
26
cd /home/ubuntu/repository
27
eval `ssh-agent -s`
28
ssh-add .ssh/github_action
29
- git checkout develop -f
+ git checkout development -f
30
git fetch
31
git pull
32
echo "📦 building docker image"
0 commit comments