Skip to content

Commit

Permalink
fix: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Nov 29, 2024
1 parent d95e756 commit 5ea4eed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
envs: MONGO_PROD_DB,REGISTER_FRONTEND_URL,REGISTER_ORG_FRONTEND_URL,NODE_ENV,FRONTEND_LINK,ADMIN_EMAIL,ADMIN_PASS,COORDINATOR_EMAIL,COORDINATOR_PASS,GH_TOKEN, PUSHER_CLUSTER, PUSHER_APP_ID, PUSHER_KEY, PUSHER_SECRET, DEVPULSE_EMAIL
script: |
touch env
echo PUSHER_CLUSTER=${{secrets.PUSHER_CLUSTER}}
# Pull the latest image
docker pull ${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest
Expand All @@ -54,5 +52,8 @@ jobs:
docker rm $(docker ps -aq --filter publish=4008) || true
# Run new container
docker run -d -p 4008:3000 ${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest
docker run -d \
-p 4008:3000 \
-e PUSHER_APP_KEY=${PUSHER_APP_KEY} \
${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest

0 comments on commit 5ea4eed

Please sign in to comment.