Skip to content

Commit

Permalink
fix: remove heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomio committed May 10, 2022
1 parent 8eb74f9 commit a5b20d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/continuous-delivery.yml
Expand Up @@ -172,17 +172,3 @@ jobs:
context: ./
file: Dockerfile
tags: ghcr.io/devtomio/website-screenshot:latest

deploy_heroku:
name: Deploy to Heroku
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- name: Deploy | Heroku
uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820 # tag=v3.12.12
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
heroku_app_name: websitescreenshot
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

5 changes: 2 additions & 3 deletions src/main.rs
Expand Up @@ -4,10 +4,9 @@
extern crate tracing;

use std::process::Stdio;
use std::time::Duration;
use std::thread;
use std::sync::Arc;
use std::{env, fs};
use std::time::Duration;
use std::{env, fs, thread};

use actix_governor::{Governor, GovernorConfigBuilder};
use actix_web::middleware::Compress;
Expand Down

0 comments on commit a5b20d8

Please sign in to comment.