This commit is contained in:
parent
05bf625011
commit
4618dff879
1 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
container: cimg/ruby:3.4.4-node
|
||||
container: timbru31/ruby-node:3.4-22
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Setup"
|
||||
|
|
@ -21,4 +21,5 @@ jobs:
|
|||
chmod 700 ~/.ssh
|
||||
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||
chmod 644 ~/.ssh/known_hosts
|
||||
./bin/deploy.sh
|
||||
- name: "Deploy"
|
||||
- run: "./bin/deploy.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue