Trying diffrent image in hopes it just works
Some checks failed
/ deploy (push) Failing after 0s

This commit is contained in:
Jan Krutisch 2025-05-28 14:15:57 +02:00
parent 05bf625011
commit 4618dff879

View file

@ -6,7 +6,7 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: docker runs-on: docker
container: cimg/ruby:3.4.4-node container: timbru31/ruby-node:3.4-22
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: "Setup" - name: "Setup"
@ -21,4 +21,5 @@ jobs:
chmod 700 ~/.ssh chmod 700 ~/.ssh
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts chmod 644 ~/.ssh/known_hosts
./bin/deploy.sh - name: "Deploy"
- run: "./bin/deploy.sh"