Skip to content

Commit

Permalink
change script to push to mjukglass instead of sips
Browse files Browse the repository at this point in the history
  • Loading branch information
Herkarl authored Sep 7, 2023
1 parent 6259f7f commit cc00c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: dokku/[email protected]
with:
ssh_private_key: ${{ secrets.MJUKGLASS_GLOBAL_DEPLOY_KEY }}
git_remote_url: ssh://dokku@sips.datasektionen.se/calypso
git_remote_url: ssh://dokku@mjukglass.datasektionen.se/calypso
# force might feel risky, but there is no good reason why the server
# should ever not be a mirror of the deploy branch. And the errors we
# could get otherwise would probably be nasty to deal with
git_push_flags: --force
git_push_flags: --force

0 comments on commit cc00c39

Please sign in to comment.