mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
unlock
This commit is contained in:
parent
0597214e8e
commit
a90f022d9f
2 changed files with 5 additions and 5 deletions
5
.github/workflows/apply.yaml
vendored
5
.github/workflows/apply.yaml
vendored
|
|
@ -9,6 +9,11 @@ jobs:
|
|||
name: Run playbooks
|
||||
steps:
|
||||
- uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc # v3.6.0
|
||||
- name: Unlock git-crypt secrets
|
||||
run: |
|
||||
base64 -d > git-crypt-key <<< "{{ secrets.GIT_CRYPT_KEY_BASE64 }}"
|
||||
git-crypt unlock git-crypt-key
|
||||
rm git-crypt-key
|
||||
- name: Run Ansible playbook
|
||||
uses: dawidd6/action-ansible-playbook@260ab3adce54d53c5db8f1b2eed1380ae5c73fea # v2.6.1
|
||||
with:
|
||||
|
|
|
|||
5
.github/workflows/deploy.yaml
vendored
5
.github/workflows/deploy.yaml
vendored
|
|
@ -27,11 +27,6 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_NILSTRIEB_DEV_USER }}
|
||||
password: ${{ secrets.DOCKER_NILSTRIEB_DEV_PASSWORD }}
|
||||
- uses: actions/checkout@v3
|
||||
- name: Unlock git-crypt secrets
|
||||
run: |
|
||||
base64 -d > git-crypt-key <<< "{{ secrets.GIT_CRYPT_KEY_BASE64 }}"
|
||||
git-crypt unlock git-crypt-key
|
||||
rm git-crypt-key
|
||||
- name: Build docker image
|
||||
run: |
|
||||
ci/build.sh ${{ github.event.inputs.app }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue