mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
Update publish.yml
This commit is contained in:
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -5,8 +5,8 @@ concurrency:
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# schedule:
|
||||
# - cron: '0 10 * * *'
|
||||
schedule:
|
||||
- cron: '0 10 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
key: ${{ secrets.PUBLISH_KEY }}
|
||||
port: ${{ secrets.PUBLISH_PORT }}
|
||||
source: "release/${{ github.sha }}"
|
||||
target: "/var/www/builds.delta-v.org/delta-v-rebase/builds/"
|
||||
target: "/var/www/builds.delta-v.org/delta-v/builds/"
|
||||
strip_components: 1
|
||||
|
||||
- name: Update manifest JSON
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
username: ${{ secrets.PUBLISH_USER }}
|
||||
key: ${{ secrets.PUBLISH_KEY }}
|
||||
port: ${{ secrets.PUBLISH_PORT }}
|
||||
script: /home/${{ secrets.PUBLISH_USER }}/publish/rebasepush.ps1 ${{ github.sha }}
|
||||
script: /home/${{ secrets.PUBLISH_USER }}/publish/push.ps1 ${{ github.sha }}
|
||||
|
||||
- name: Publish changelog (Discord)
|
||||
run: Tools/actions_changelogs_since_last_run.py
|
||||
|
||||
Reference in New Issue
Block a user