Skip to content

Commit

Permalink
Correct filepath, remove unnecessary secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJHart committed Mar 28, 2022
1 parent d9e6a09 commit e99d57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devel_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
-e docker_login_password=${{ secrets.DOCKERHUB_TOKEN }}
-e discord_token=${{ secrets.DISCORD_TOKEN }}
-e repository_filepath=/home/runner/work/discord-it-trivia/discord-it-trivia
-e host_beat_config_filepath=/src/discord-it-trivia/config
-e host_beat_config_filepath=/srv/discord-it-trivia/config
-e elk_url=${{ secrets.ELK_URL }}
-e elk_path=${{ secrets.ELK_PATH }}
-e elk_username=${{ secrets.ELK_USERNAME }}
-e elk_password=${{ secrets.ELK_PASSWORD }}
-e elk_index=${{ secrets.ELK_INDEX }}
-e elk_index=discord-it-trivia
# yamllint enable rule:line-length

0 comments on commit e99d57d

Please sign in to comment.