Skip to content

Commit

Permalink
Merge pull request #149 from BookJamm/hotfix/ci-config-fix
Browse files Browse the repository at this point in the history
fix: ci.yaml fix
  • Loading branch information
1000chw authored Mar 11, 2024
2 parents 6da2866 + 8633f32 commit 875d3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
mkdir -p deploy
cp -r dist/* deploy
cp -r src/swagger deploy/src/swagger
cp package.json deploy/package.json
cp Procfile deploy/Procfile
cp -r .platform deploy/.platform
Expand Down

0 comments on commit 875d3d3

Please sign in to comment.