Try without node
Some checks failed
Deploy / deploy (push) Successful in 1m17s
Ruby CI / test (pull_request) Failing after 10m14s

This commit is contained in:
Andrew Tomaka 2024-07-04 22:51:19 -04:00
parent 0fc3e298b2
commit 421be9ab2e
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -2,22 +2,13 @@ name: Deploy
on:
tag:
push:
jobs:
deploy:
runs-on: cth-ubuntu-latest
steps:
- name: Install Node
run: |
apt-get update
apt-get install git ca-certificates curl gnupg --yes
mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
apt-get update
apt-get install -y nodejs
-
name: Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
context: