Skip to content

Commit

Permalink
Move to medusa
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Mar 27, 2024
1 parent 3bd380d commit 86cc3ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

# See the following link for documentation:
# https://github.com/marketplace/actions/dokku
- name: Push to sips
- name: Push to medusa
uses: dokku/github-action@v1.4.0
with:
ssh_private_key: ${{ secrets.SIPS_GLOBAL_DEPLOY_KEY }}
git_remote_url: ssh://dokku@sips.datasektionen.se/skywhale
ssh_private_key: ${{ secrets.MEDUSA_GLOBAL_DEPLOY_KEY }}
git_remote_url: ssh://dokku@medusa.datasektionen.se/skywhale
# 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 86cc3ef

Please sign in to comment.