Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbudd committed Dec 19, 2023
1 parent 4caaf0c commit e74d93b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update_server_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
deploy:
push:
runs-on: ubuntu-latest

steps:
Expand All @@ -29,7 +29,3 @@ jobs:
# Copy new files from src to the target directory
scp -r src/* ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}:${{ secrets.SERVER_DIRECTORY }}
- name: Start application
run: |
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} 'foo'

0 comments on commit e74d93b

Please sign in to comment.