Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 14s
28 lines
504 B
YAML
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
|