Skip to content
Snippets Groups Projects
Commit d4cbd7f7 authored by duncan's avatar duncan
Browse files

chore(deploy) test

parent 7f749201
No related branches found
No related tags found
No related merge requests found
Pipeline #139297 failed
......@@ -50,10 +50,9 @@ deploy:
script:
- apk add --update --no-cache openssh sshpass
- echo "Checking for dist folder before moving"
- ls
- ls -al
- readlink ./dist
- alR ./dist
- ls -alR ./dist
- ls -al $(readlink ./dist)
- ls -al ./dist || echo "dist directory not found"
- cp -r ./dist nuxt-graphpolaris.com
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment