diff --git a/.github/workflows/cd_docker.yml b/.github/workflows/cd_docker.yml index e2f04a1..8e41c2b 100644 --- a/.github/workflows/cd_docker.yml +++ b/.github/workflows/cd_docker.yml @@ -25,4 +25,4 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: hexxa/quickshare - tag_with_ref: false \ No newline at end of file + tag_with_ref: false diff --git a/.github/workflows/cd_heroku.yml b/.github/workflows/cd_heroku.yml index 3ccbfac..ed6dfd4 100644 --- a/.github/workflows/cd_heroku.yml +++ b/.github/workflows/cd_heroku.yml @@ -15,4 +15,4 @@ jobs: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "hexxa-quickshare" heroku_email: "hexxa@outlook.com" - usedocker: true \ No newline at end of file + usedocker: true