Merge Next into Master #1

Merged
thomascole merged 20 commits from next into master 2023-04-13 12:21:08 -04:00
Showing only changes of commit f1c42c48a8 - Show all commits

View File

@ -7,6 +7,9 @@ steps:
commands: commands:
- npm install - npm install
- npm run build - npm run build
when:
branch:
- master
- name: copy - name: copy
image: appleboy/drone-scp image: appleboy/drone-scp
@ -19,7 +22,7 @@ steps:
target: /home/thomas/swag/www target: /home/thomas/swag/www
source: ./dist/* source: ./dist/*
strip_components: 1 strip_components: 1
when:
branch:
- master
when:
branch:
- master