This commit is contained in:
bniwredyc 2023-03-28 18:03:46 +02:00
parent db7ca57893
commit 21f6dd7d53

View File

@ -22,4 +22,4 @@ deploy:
- echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa - echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
- chmod 0400 ~/.ssh/id_rsa - chmod 0400 ~/.ssh/id_rsa
- git remote add dokku dokku@$SERVER:$APP_NAME - git remote add dokku dokku@$SERVER:$APP_NAME
- git push dokku - git push dokku HEAD:main