pogdark-app/.gitea/workflows/build.yaml
whysman 7cf7d06b3e
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 14s
Fix build workflow
2025-02-19 18:11:53 -05:00

28 lines
504 B
YAML

name: Build Flutter Web and Docker Image for Local Registry
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build React Native Web App
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: whereami
run: pwd
- name: List workspace Directory
run: ls -l /workspace/
- name: Copy Files to hosting directory.
run: cp -Rf ./dist/* /data/pogdark