Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with deploy.sh [Ubuntu 18.04] #12

Open
Vibhu-Agarwal opened this issue Mar 12, 2020 · 0 comments · May be fixed by #11
Open

Issues with deploy.sh [Ubuntu 18.04] #12

Vibhu-Agarwal opened this issue Mar 12, 2020 · 0 comments · May be fixed by #11

Comments

@Vibhu-Agarwal
Copy link

Platform: Ubuntu 18.04

Issues

  1. Running these commands

    work/deploy.sh

    Lines 11 to 12 in 151fd94

    mkdir -p deploy/dist
    cp -fR dist/ deploy/dist/

    makes directory structure:
deploy
├── dist
│   └── dist
│       ├── bundle.js
│       └── styles.css
  1. Similarly, running these commands

    work/deploy.sh

    Lines 13 to 14 in 151fd94

    mkdir -p deploy/img
    cp -fR img/ deploy/img/

    makes directory structure
deploy
├── img
│   └── img
│       ├── github-logo.svg
│       ├── link-symbol.svg
│       └── profile.png

  1. This command

    work/deploy.sh

    Line 17 in 151fd94

    cp -fR deploy/ .

    gives this error
    cp: 'deploy/' and './deploy' are the same file
@Vibhu-Agarwal Vibhu-Agarwal linked a pull request Mar 12, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant