chore: replace sjdonado.de with donado.co

This commit is contained in:
Juan Rodriguez
2023-09-03 16:40:53 +02:00
committed by Juan Rodriguez
parent 7a095fb045
commit 8eb27f2c8a
6 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: Deploy production to sjdonado.de
name: Deploy production to donado.co
on:
push:
branches:
@@ -20,5 +20,5 @@ jobs:
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: "ssh://dokku@ssh.sjdonado.de:22/url-shortener"
git_remote_url: "ssh://dokku@ssh.donado.co:22/url-shortener"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}