mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
include app name in repo name
This commit is contained in:
@@ -10,7 +10,7 @@ git config user.email "robot@example.com"
|
||||
git config user.name "Test Robot"
|
||||
git add .
|
||||
git commit -m 'initial commit'
|
||||
REPO="test-$RANDOM"
|
||||
REPO="test-$APP-$RANDOM"
|
||||
git remote add target git@$TARGET:$REPO
|
||||
git push target master
|
||||
./check_deploy "$(ssh dokku@$TARGET url $REPO)" && echo "-----> Deploy success!"
|
||||
Reference in New Issue
Block a user