mirror of
https://github.com/amigan/aim-oscar-server.git
synced 2024-11-21 12:09:48 -05:00
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
COMMIT="$(git rev-parse --short HEAD)"
|
|
set -x
|
|
docker push space4llamas/aim:$COMMIT
|