8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Navigate to your git repository directory
|
|
|
|
# Execute git commands
|
|
git push deploytest master
|
|
git push deploy master
|