Skip to content

Commit

Permalink
production-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoKuama committed Dec 5, 2024
1 parent 7f1fc7d commit 3319a93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release production
on:
push:
branches:
- production
jobs:
release:
name: Release stuff
runs-on: ubuntu-latest
steps:
- name: Current branch names
run: |
echo getting env secrets
echo ${{secrets.TEST}}

0 comments on commit 3319a93

Please sign in to comment.