mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 08:55:36 +02:00
Update CI
This commit is contained in:
parent
17bd45890c
commit
eea2f17038
1 changed files with 7 additions and 8 deletions
15
.github/workflows/pre-deploy.yml
vendored
15
.github/workflows/pre-deploy.yml
vendored
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
name: Pre-Deploy Updates Server
|
name: Pre-Deploy Updates Server
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -11,13 +10,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DEPLOY_KEY }}
|
token: ${{ secrets.DEPLOY_KEY }}
|
||||||
|
|
||||||
- name: Install Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
|
@ -36,12 +35,12 @@ jobs:
|
||||||
- name: Add confirm message
|
- name: Add confirm message
|
||||||
run: |
|
run: |
|
||||||
echo "Ready to deploy!"
|
echo "Ready to deploy!"
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- name: Commit
|
||||||
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: 🔖 Updated update server
|
commit_message: 🔖 Updated update server
|
||||||
commit_user_name: Zen Browser Robot
|
commit_user_name: Zen Browser Robot
|
||||||
commit_user_email: zen-browser-auto@users.noreply.github.com
|
commit_user_email: zen-browser-auto@users.noreply.github.com
|
||||||
branch: deploy
|
branch: deploy
|
||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue