Unindent
This commit is contained in:
parent
0dd8ee1ab6
commit
5ba494855e
1 changed files with 15 additions and 15 deletions
|
@ -5,20 +5,20 @@ clone:
|
|||
skip_verify: true
|
||||
|
||||
volumes:
|
||||
- name: output
|
||||
host:
|
||||
path: /var/www/Website
|
||||
- name: output
|
||||
host:
|
||||
path: /var/www/Website
|
||||
|
||||
steps:
|
||||
- name: build and publish
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
||||
commands:
|
||||
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||
- apt-get install -y nodejs
|
||||
- chmod +x ./build.sh
|
||||
- ./build.sh
|
||||
volumes:
|
||||
- name: output
|
||||
path: /output
|
||||
commands:
|
||||
- cp -r ./output/* /output
|
||||
- name: build and publish
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
||||
commands:
|
||||
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||
- apt-get install -y nodejs
|
||||
- chmod +x ./build.sh
|
||||
- ./build.sh
|
||||
volumes:
|
||||
- name: output
|
||||
path: /output
|
||||
commands:
|
||||
- cp -r ./output/* /output
|
Loading…
Add table
Add a link
Reference in a new issue