Wanchai / FTPbucket

FTPbucket is a PHP script that enables you to sync your BitBucket or GitHub repository with any web-server
102 stars 22 forks source link

Multiple bitbucket user #10

Closed efraim14 closed 7 years ago

efraim14 commented 8 years ago

Hello,

Sorry for stupid question, i am new to this and wonder to ask if its possible to make multiple credentials bitbucket user? there are 2 of us working on the same project, and if both of us pushing to the project, we want the ftpbucket recognize both of us and push to the server files.

Thanks

Chrisigrimm commented 8 years ago

Hello there,

you just need the credentials of an account who has access to the repository. The user is unimportant because the webhook will always be triggered by any change.

-Keyjin