Skip to content

Commit 22bdde1

Browse files
committed
fix: replace the existing bn env
1 parent 390e370 commit 22bdde1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker-img.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
with:
3131
push: true
3232
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/atlp-devpulse-fn:latest
33-
build-args: BACKEND_URL=${{ secrets.BACKEND_URL }}
3433

3534
- name: Login to Digital Ocean Server
3635
uses: appleboy/ssh-action@master

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
FROM node:22-alpine AS builder
33
WORKDIR /app
44

5+
# Add the backend application in environment variables
6+
ENV BACKEND_URL=https://applications-bn.devpulse.org
7+
58
# Copy package.json and package-lock.json
69
COPY package*.json ./
710

0 commit comments

Comments
 (0)