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