Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
changed deploy configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Dec 13, 2023
1 parent d5979fc commit 424360c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
pull_request:

env:
REGISTRY: "registry.digitalocean.com/event-badging-bot"
IMAGE_NAME: "badging"
REGISTRY: "registry.digitalocean.com/badging"
IMAGE_NAME: "badging-bot"

jobs:
build:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
echo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
docker run -d \
-p ${{ secrets.PORT }}:${{ secrets.PORT }} \
--env-file /home/${{ secrets.USERNAME }}/.env \
--env-file /home/${{ secrets.USERNAME }}/.env.badging_bot \
--restart=always \
--name ${{ env.IMAGE_NAME }} \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}

0 comments on commit 424360c

Please sign in to comment.