mirror of
https://github.com/olegvodyanov/docbot.git
synced 2026-02-02 02:45:46 +03:00
change action
This commit is contained in:
parent
253efd7bcf
commit
56da4712aa
@ -14,6 +14,7 @@ jobs:
|
|||||||
DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||||
DEPLOY_PATH: ${{ secrets.DEPLOY_PATH }}
|
DEPLOY_PATH: ${{ secrets.DEPLOY_PATH }}
|
||||||
run: |
|
run: |
|
||||||
|
echo "Deploying..."
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
install -m 700 -d ~/.ssh
|
install -m 700 -d ~/.ssh
|
||||||
echo "${DEPLOY_SSH_KEY}" > ~/.ssh/id_ed25519
|
echo "${DEPLOY_SSH_KEY}" > ~/.ssh/id_ed25519
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user