From bdaef25720f7a6920680d418a2b5e8d33279475b Mon Sep 17 00:00:00 2001 From: Aditya Kusupati Date: Thu, 8 Aug 2024 12:57:47 -0700 Subject: [PATCH] Update gatsby-build.yaml --- .github/workflows/gatsby-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatsby-build.yaml b/.github/workflows/gatsby-build.yaml index 02ae92d..18df948 100644 --- a/.github/workflows/gatsby-build.yaml +++ b/.github/workflows/gatsby-build.yaml @@ -53,7 +53,7 @@ jobs: - name: Transfer public.zip to server uses: appleboy/scp-action@master with: - host: tricycle.cs.washington.edu + host: bicycle.cs.washington.edu username: ${{ secrets.SERVER_USERNAME }} password: ${{ secrets.SERVER_PASSWORD }} source: "public.zip"