Skip to content

Commit

Permalink
update repo and branch to clone from
Browse files Browse the repository at this point in the history
  • Loading branch information
glencoden committed Dec 5, 2022
1 parent 37c280f commit f83846c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ssh root@${{ secrets.SERVER_ADDRESS }} <<"ENDSSH"
mkdir -p /root/apps/wolke
cd /root/apps/wolke
git pull || git clone git@gitlab.com:GlenCoden/wolke.git ./
git pull || git clone -b staging --single-branch git@github.com:glencoden/wolke.git ./
- name: run docker
run: |
docker-compose down --rmi local
Expand Down

0 comments on commit f83846c

Please sign in to comment.