This commit is contained in:
Trey t
2023-06-26 12:20:01 -05:00
parent 0958f9a358
commit 2fa9914f09
2 changed files with 8 additions and 2 deletions

View File

@@ -6,10 +6,12 @@ https://dokku.com/docs/getting-started/installation/
wget https://raw.githubusercontent.com/dokku/dokku/v0.30.7/bootstrap.sh
sudo DOKKU_TAG=v0.30.7 bash bootstrap.sh
cat ~/.ssh/authorized_keys | dokku ssh-keys:add admin
echo cat ~/.ssh/authorized_keys | dokku ssh-keys:add admin
echo '<authorized_keys contents here>' | dokku ssh-keys:add admin
# server ip
dokku domains:set-global ###severip
dokku domains:set-global ###c_name
sudo dokku apps:create werkout
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git
@@ -44,6 +46,9 @@ Host brodkastDev
IdentitiesOnly yes
AddKeysToAgent yes
'''
#add remote
dokku@werkoutdev:werkout
git push dokku@werkoutDev:werkout dokku
git push dokku@werkout:werkout master