Compare commits
No commits in common. "db409fea98781942fb76676a111715dc23be6383" and "c9e25216dde6a46d30153625a98e10bf8635e5dd" have entirely different histories.
db409fea98
...
c9e25216dd
1 changed files with 1 additions and 2 deletions
|
@ -36,10 +36,9 @@ Setup Secrets
|
|||
dokku config:set cicd DRONE_RPC_SECRET=$(openssl rand -hex 16)
|
||||
dokku config:set cicd DRONE_GITEA_CLIENT_ID=FIXME
|
||||
dokku config:set cicd DRONE_GITEA_CLIENT_SECRET=FIXME
|
||||
dokku config:set cicd DRONE_USER_CREATE=username:admin,machine:false,admin:true,token:$(openssl rand -hex 16)
|
||||
|
||||
Deploy
|
||||
|
||||
git remote add dokku dokku@dokku.example.com:cicd
|
||||
git push dokku master
|
||||
git push
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue