Compare commits

..

No commits in common. "f8a10a8ff0bfdcbb6e460072fce0e0f7f0076635" and "fb90fb637a8a57e7e979da8ade51d3f2fd870107" have entirely different histories.

View File

@ -9,10 +9,8 @@ jobs:
deploy: deploy:
runs-on: linux runs-on: linux
steps: steps:
- name: Navigate to project and pull latest code - name: Checkout repository
run: | run: git pull origin main
cd /home/pablo/opt/apps/pablo.shortman.me
git pull origin main
- name: Set up Docker Compose - name: Set up Docker Compose
run: | run: |