Compare commits
No commits in common. "bc5a0340cbb738535d375a48b8131692a97c2296" and "7b99ac50ae9851dfa166ab2df2833e0e0a500ecc" have entirely different histories.
bc5a0340cb
...
7b99ac50ae
@ -1,23 +0,0 @@
|
||||
name: Deploy Prod
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- prod
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
deploy-prod:
|
||||
name: Deploy prod
|
||||
runs-on: [prod]
|
||||
needs: push
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: prod
|
||||
- name: deploy
|
||||
env:
|
||||
VPN_PASSWORD: ${{ secrets.VPN_PASSWORD }}
|
||||
VPN_IPSEC_PSK: ${{ secrets.VPN_IPSEC_PSK }}
|
||||
run: docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml vpn
|
Loading…
Reference in New Issue
Block a user