Commit 7309a769 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Add new file

parent d40dbc81
Pipeline #1701 failed with stage
in 2 seconds
variables:
EXPORT_DIR: "/var/www/html/pages"
pages-master:
stage: deploy
script:
- mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags:
- production
only:
- master
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