Update deploy.yml

This commit is contained in:
yasirarism 2023-02-24 17:42:44 +07:00 committed by GitHub
parent 92a657d098
commit 2bb80308b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ name: Deploying to heroku
on: workflow_dispatch
env:
IMAGE_NAME: web
IMAGE_NAME: worker
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
CONFIG_FILE_URL: ${{ secrets.CONFIG_FILE_URL }}