Skip to content

Commit

Permalink
Update test-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akanuri9 authored Jun 12, 2024
1 parent 225c7e2 commit 65732bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
SSH_KEY: ${{secrets.SSH_KEY}}
- name: Test env
run: |
vi trial.txt
echo "test" >> trial.txt
scp trial.txt development:/
ssh development 'ls -la'
ssh development 'sudo bash'

0 comments on commit 65732bb

Please sign in to comment.