Skip to content

Update Dockerfile

Update Dockerfile #2

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- dev
jobs:
publish:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Make envfile
uses: SpicyPizza/create-envfile@v2.0.2
with:
envkey_NEXT_PUBLIC_BASE_URL: ${{ secrets.DEV_NEXT_PUBLIC_BASE_URL }}
- name: Build docker images
run: docker build -t ird-web:dev --target=runner .
- name: Deploy
run: /home/ubuntu/dev_app/deploy-front.sh