test56
Some checks failed
Deploy Portfolio / deploy (push) Failing after 1s

This commit is contained in:
2025-12-14 17:39:21 -05:00
parent af8cff971e
commit ab27413e3f

View File

@@ -1,4 +1,5 @@
name: Deploy Portfolio name: Deploy Portfolio
on: on:
push: push:
branches: [main] branches: [main]
@@ -9,7 +10,8 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 run: |
git clone "https://code.chagarlamudi.net/raghu-ch/rc-portfolio" .
- name: Build Docker image - name: Build Docker image
run: docker build -t rc-portfolio:latest . run: docker build -t rc-portfolio:latest .