diff options
author | André Glüpker <git@wgmd.de> | 2024-05-01 10:20:39 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2024-05-01 10:20:39 +0200 |
commit | 02d7f97cc63177ae875caa2b28a03c03582c4224 (patch) | |
tree | 46b6550cba796535dbcf974fa0591d9005c90964 /deploy.sh | |
parent | b335495aadc9f5116a88d0359087ae33c9524aed (diff) | |
download | rss-feeds-02d7f97cc63177ae875caa2b28a03c03582c4224.tar.gz rss-feeds-02d7f97cc63177ae875caa2b28a03c03582c4224.tar.bz2 rss-feeds-02d7f97cc63177ae875caa2b28a03c03582c4224.zip |
Add simple deploy command
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..77b944c --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +scp *.py wgmd.de:feeds/ |