Removing unnecessary steps
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 9s

This commit is contained in:
shockrah 2024-09-11 21:41:07 -07:00
parent ac9a1f65e6
commit 7f082cde34

View File

@ -17,14 +17,11 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build website content - name: Build website content
run: hugo run: hugo
- name: Setup the hostname with the private key that we have
run: mkdir -p ~/.ssh/ && ssh-keyscan git.shockrah.xyz >> ~/.ssh/known_hosts
- name: SCP Files with marketplace action - name: SCP Files with marketplace action
uses: appleboy/scp-action@v0.1.7 uses: appleboy/scp-action@v0.1.7
with: with:
host: ${{ secrets.HOST }} host: shockrah.xyz
username: ${{ secrets.USER }} username: ${{ secrets.USER }}
port: ${{ secrets.PORT }}
key: ${{ secrets.PRIVATE_KEY }} key: ${{ secrets.PRIVATE_KEY }}
source: public/ source: public/
target: /opt/nginx/test.shockrah.xyz target: /opt/nginx/test.shockrah.xyz