Skip to content

Commit

Permalink
fix flightplan to new do server
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Dec 1, 2016
1 parent 41d0e95 commit 1386bbd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion config.js
@@ -1,7 +1,6 @@
module.exports = {
telegram_api_key: process.env.TELEGRAM_API_KEY,
database: process.env.MONGO_DB_URL,
staging_url: process.env.ARBEIT_BOT_STAGING_URL,
production_url: process.env.ARBEIT_BOT_PRODUCTION_URL,
should_use_webhooks: process.env.USE_WEBHOOKS || false,
webhook_callback_url: process.env.WEBHOOK_CALLBACK_URL,
Expand Down
7 changes: 0 additions & 7 deletions flightplan.js
Expand Up @@ -8,13 +8,6 @@ const username = 'deploy';
const tmpDir = `${appName}-${new Date().getTime()}`;

/** Configuration */
plan.target('staging', [{
host: config.staging_url,
username,
privateKey: config.ssh_rsa_path,
agent: process.env.SSH_AUTH_SOCK,
}]);

plan.target('production', [{
host: config.production_url,
username,
Expand Down
1 change: 0 additions & 1 deletion readme.md
Expand Up @@ -53,7 +53,6 @@ So, you decided to help us out — good, good. First, ArbeitBot can be launched
* *(Optional)* `WEBHOOK_CALLBACK_URL` — url that should be used by Telegram servers for webhooks, should be `https`
* *(Optional)* `SSL_CERTIFICATE_PATH` — path to ssl certificate for webhooks
* *(Optional)* `SSH_RSA_PATH` — path to ssh private certificate for webhooks (should not be password encrypted)
* *(Optional)* `ARBEIT_BOT_STAGING_URL` — url of your staging server for flightplan (if you use flightplan)
* *(Optional)* `ARBEIT_BOT_PRODUCTION_URL` — url of your production server for flightplan (if you use flightplan)

### How to get ssl certificate and key
Expand Down

0 comments on commit 1386bbd

Please sign in to comment.