Skip to content

Commit

Permalink
chore: deploy git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPorfirio01 committed Dec 31, 2024
1 parent 92a7d05 commit e693cea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
runs-on: [self-hosted,main,prod]
steps:
- name: Remove container
run: docker rm -f node-api || true
run: docker rm -f chat-lucy-node-api || true

- name: Run docker container node-api
- name: Run docker container chat-lucy-node-api
run: |
docker run -d -p 3333:3333 \
-e NEXT_PUBLIC_APP_URL="${{secrets.NEXT_PUBLIC_APP_URL}}" \
Expand All @@ -47,5 +47,5 @@ jobs:
-e KAFKA_USERNAME="${{secrets.KAFKA_USERNAME}}" \
-e KAFKA_PASSWORD="${{secrets.KAFKA_PASSWORD}}" \
-e KAFKA_TOPIC="${{secrets.KAFKA_TOPIC}}" \
--name node-api \
--name chat-lucy-node-api \
${{secrets.DOCKER_USERNAME}}/chat_lucy_node_api:latest

0 comments on commit e693cea

Please sign in to comment.