Commit b9d4a857 by Jonathan Thomas

Moving files to api folder

parent 4de4a465
Pipeline #8979 passed with stage
in 35 seconds
......@@ -15,6 +15,9 @@ deploy-to-aws:
- npm ci
- npm run build
- find dist -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
- mkdir -p /home/ubuntu/api/apps/simple-editor/public/
- cp -R dist/. /home/ubuntu/api/apps/simple-editor/
- cp -R public/. /home/ubuntu/api/apps/simple-editor/public/
tags:
- api-runner
......@@ -25,5 +28,8 @@ deploy-to-azure:
- npm ci
- npm run build
- find dist -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
- mkdir -p /home/ubuntu/api/apps/simple-editor/public/
- cp -R dist/. /home/ubuntu/api/apps/simple-editor/
- cp -R public/. /home/ubuntu/api/apps/simple-editor/public/
tags:
- api-azure-runner
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment