update-deployment-workflow #18
1 changed files with 8 additions and 1 deletions
|
@ -10,6 +10,13 @@ jobs:
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
|
- name: write private key
|
||||||
|
run: |
|
||||||
|
mkdir -p .ssh && cd .ssh
|
||||||
|
echo "$SSH_KEY" > forgejo
|
||||||
|
shell: bash
|
||||||
|
env:
|
||||||
|
SSH_KEY: ${{secrets.TEST_SSH_DEPLOY_KEY}}
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i ${{secrets.TEST_SSH_DEPLOY_KEY}}" --targets .#sakura .#yuki .#arashi .#kariru .#sora
|
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo" --skip-checks --targets .#sakura
|
||||||
|
|
Loading…
Reference in a new issue