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

Quotations fetches ordered items #92

Quotations fetches ordered items

Quotations fetches ordered items #92

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image - frontend
run: docker build "frontend" --tag docker.happyfir.com/misc/soen343:latest
- name: Deploy - frontend
run: docker push docker.happyfir.com/misc/soen343:latest
- name: Build the Docker image - backend
run: docker build "server" --tag docker.happyfir.com/misc/soen343-backend:latest
- name: Deploy - backend
run: docker push docker.happyfir.com/misc/soen343-backend:latest
- name: Webhook POST Action
uses: muinmomin/[email protected]
with:
# URL of webhook to send post request to
url: ${{ secrets.WEBHOOK_URL }}