mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
Add canary deploy workflow
This commit is contained in:
parent
e4d7aaf2e8
commit
fc57bdbaa0
20
.github/workflows/canary.yml
vendored
Normal file
20
.github/workflows/canary.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: Deploy Canary to Workshop
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: wiremod/gmod-upload@master
|
||||
with:
|
||||
id: 3066780663
|
||||
changelog: ${{ github.event.head_commit.message }}
|
||||
env:
|
||||
STEAM_USERNAME: ${{ secrets.WIRETEAM_WORKSHOP_USERNAME }}
|
||||
STEAM_PASSWORD: ${{ secrets.WIRETEAM_WORKSHOP_PASSWORD }}
|
Loading…
Reference in New Issue
Block a user