mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
unlock
This commit is contained in:
parent
31f36fdf40
commit
0597214e8e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deploy.yaml
vendored
5
.github/workflows/deploy.yaml
vendored
|
|
@ -27,6 +27,11 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_NILSTRIEB_DEV_USER }}
|
username: ${{ secrets.DOCKER_NILSTRIEB_DEV_USER }}
|
||||||
password: ${{ secrets.DOCKER_NILSTRIEB_DEV_PASSWORD }}
|
password: ${{ secrets.DOCKER_NILSTRIEB_DEV_PASSWORD }}
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Build docker image
|
||||||
run: |
|
run: |
|
||||||
ci/build.sh ${{ github.event.inputs.app }}
|
ci/build.sh ${{ github.event.inputs.app }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue