CI/CD #1

Merged
joe merged 13 commits from ci into main 2022-09-28 18:02:57 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 7f4ed43e2e - Show all commits

View File

@ -10,6 +10,7 @@ steps:
commands:
- apt-get update
- apt-get -y install libssl-dev
- cd ui
- npm install
- npm run build
- cp -R ./ui/build /app/dist