]> littlesong.place Git - littlesongplace.git/commitdiff
Update deploy-test.yml
authorChris Fulljames <cfulljames@users.noreply.github.com>
Sun, 19 Jan 2025 16:20:49 +0000 (11:20 -0500)
committerGitHub <noreply@github.com>
Sun, 19 Jan 2025 16:20:49 +0000 (11:20 -0500)
.github/workflows/deploy-test.yml

index 8d6cb1a9ca363672adf8fc29f86e451a5df8fc78..596c1fb24f2c23275c8300066cb4a60423f4fb22 100644 (file)
@@ -8,12 +8,11 @@ jobs:
 
     - name: Copy repo contents to server via SCP
       uses: appleboy/scp-action@master
-      env:
-        HOST: ${{ secrets.HOST }}
-        USERNAME: ${{ secrets.USERNAME }}
-        PORT: ${{ secrets.PORT }}
-        KEY: ${{ secrets.SSHKEY }}
       with:
+        host: ${{ secrets.HOST }}
+        username: ${{ secrets.USERNAME }}
+        port: ${{ secrets.PORT }}
+        key: ${{ secrets.SSHKEY }}
         source: "."
         target: "/var/www/littlesongplace-test"